Git-fatal:remote error:You can't push to git://github.com/username/*.git use https:

 

注意不是git://github.com/cs942651107/TestCode.git    一个:一个@协议不一样,:的不能push

关联远程库
git remote add origin [email protected]:cs942651107/TestCode.git

转载于:https://www.cnblogs.com/JinweiChang/p/11362876.html

你可能感兴趣的:(Git-fatal:remote error:You can't push to git://github.com/username/*.git use https:)