加载中...

解决git push错误

为什么无法同步?

解决方法:


[remote "origin"]
url=https://github.com/用户名/仓库名.git
修改为:
[remote "origin"]
url=https://用户名:密码@github.com/用户名/仓库名.git

posted @ 2020-09-07 22:30  HelloMagicWorld  阅读(149)  评论(0)    收藏  举报