首页 > 系统服务 > 详细

<问题解决02>Linux虚拟机使用git push报错--解决方案如下:

时间:2017-09-18 00:57:37      阅读:357      评论:0      收藏:0      [点我收藏+]

问题描述:

  使用git push 报错:  

  error: The requested URL returned error: 403 Forbidden while accessing https://github.com/Newlyfly/Hello_World.git/info/refs

  fatal: HTTP request failed

 

解决方案:

  解决方案来源博客地址:http://blog.csdn.net/happyteafriends/article/details/11554043

 

  vim .git/config

  修改

  1.     [remote "origin"]  
  2.     url = https://github.com/Newlyfly/Hello_World.git

  为:

  1.     [remote "origin"]  
  2.     url = https://Newlyfly@github.com/Newlyfly/Hello_World.git 

  再次git push,弹出框输入密码,即可提交

<问题解决02>Linux虚拟机使用git push报错--解决方案如下:

原文:http://www.cnblogs.com/newlyfly/p/7538908.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!