xxl520 发表于 2018-9-18 08:49:19

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]
查看完整版本: GIT常见问题的解决方法