GIT常见问题的解决方法
1. The requested URL returned error: 403 Forbidden while accessing XXXXXX修改 .git/config
原来的部分
url = https://github.com/wangz/example.git
修改为
url = https://luckybins@github.com/luckybins/multi-mysql-replicator.git
2. Gtk-WARNING **: cannot open display: XXXXXX
echo 'unset SSH_ASKPASS' >> ~/.bashrc && source ~/.bashrc 解决报错:http://stackoverflow.com/questions/16077971/git-push-produces-gtk-warning
页:
[1]