Permission to LLF-LLZ/javascript.git denied to LLF-LLZ. fatal: unable to access 'https://github....

github上传本地项目到仓库出现的问题 

Permission to LLF-LLZ/javascript.git denied to LLF-LLZ.

fatal: unable to access 'https://github.com/LLF-LLZ/javascript.git/': The requested URL returned error: 403


先说一下我的整个过程,我先注册了github账号,然后下载了git客户端

下载官方地址:http://git-scm.com/download/,根据自己系统下载


先找了一个教程,我就不写了可以参考以下网址,我觉得写得特别好

https://www.cnblogs.com/specter45/p/github.html

照着步骤一步一步操作,在最后一步git push -u origin master出现问题


说我权限处问题,我参照网上很多解决方法都没有解决

参考以下文章

https://blog.csdn.net/chen_xi_hao/article/details/71172279

如下图片是我的操作,最后成功了

这是我要传的文档



命令行

git remote -v

git remote set-url origin [email protected]:LLF-LLZ/javascript

git remote -v

git push -u origin master

最后总结以下:虽然这是个小小的问题,但是我搞了好久,也是我第一次搞成功的东西,还有就是你要坚持,总有人会犯我们犯的错误,我们耐心一点,我就在最后快成功的时候要放弃的,所以你要加油,你的问题总能解决。

你可能感兴趣的:(Permission to LLF-LLZ/javascript.git denied to LLF-LLZ. fatal: unable to access 'https://github....)