zsy001 发表于 2018-1-16 07:35:26

git push 403的解决方法

$ git config --global user.name amonest  
[amonest@localhost
~]$ git config --global user.email xxx@xxx.com  

  
[amonest@localhost
~]$ git clone https://github.com/amonest/python-scripts.git  
$ cd python-scripts
  

  
... 省略中间代码修改过程 ...
  

  
$ git remote add orginal https://github.com/amonest/python-scripts.git
  
$ git push orginal master
  
error: The requested URL returned error: 403 while accessing https://github.com/amonest/python-scripts.git/info/refs
  

  
fatal: HTTP request failed
页: [1]
查看完整版本: git push 403的解决方法