2018-02-24-解决git提交问题

2018/2/24 posted in  工作总结
  • error: The requested URL returned error: 403 Forbidden while accessing
vim .git/config    
#修改对于的配置    
#原来的url = https://github.com/HearOtSea/HearOtSea.github.io.git    
    
url = https://HearOtSea@github.com/HearOtSea/HearOtSea.github.io.git  
  • 重新提交,弹出的对话框中输入正确的passphrase即可。