git push The requested URL retur

2018-12-28  本文已影响0人  super静_jingjing

从git上clone下代码,修改之后提交,发现报错

fatal: unable to access 'https://github.com/super-jingjing/multipleUploadImage.git/': The requested URL returned error: 403

解决方法如下:

vim .git/config

打开并修改配置文件,将url https://github.com/super-jingjing/multipleUploadImage.git修改为 https://super-jingjing@github.com/super-jingjing/multipleUploadImage.git
退出,wq后重新执行git push,成功

上一篇下一篇

猜你喜欢

热点阅读