修改Git 的clone 地址

问题描述:

Push failed
Remote error:
You can't push to git://github.com/***

Use https://github.com/***

 

解决办法:

git remote set-url origin https://github.com/*** 

posted @ 2020-03-19 10:42  CEO雷总  阅读(1390)  评论(0)    收藏  举报