修改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/*** 

原文地址:https://www.cnblogs.com/gslgb/p/12522549.html