问题描述:

git --version:1.7.1

cat /etc/issue:CentOS 6.7(Final)

Git-git push提示403错误

解决方法:

#cd .git

#vim config

将“url = https://github.com/fengwenqian/game-of-life.git”改为“url = https://fengwenqian@github.com/fengwenqian/game-of-life.git”

#git push     提示输入密码,输入在托管工具注册的密码

Git-git push提示403错误

 

相关文章:

  • 2022-01-11
  • 2021-07-23
  • 2022-01-30
  • 2021-10-29
  • 2021-06-14
  • 2021-05-16
  • 2021-12-09
  • 2021-11-30
猜你喜欢
  • 2021-05-24
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
  • 2022-01-15
  • 2021-11-04
  • 2022-12-23
相关资源
相似解决方案