从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,成功
网友评论