Git 环境、配置、运行问题汇总

此贴为Git 问题汇总,大家可以把解决过的问题,抑或碰到的问题回复到下面。
为了浏览和搜索方便,希望大家能够按照楼上格式来写自己的问题。

问题描述:

  • 环境:
  • 问题复述:

报错信息:

原因以及解决方式(没有可以写无):

原因:

解决办法:

问题描述:

  • 环境:Windows
  • 问题复述:

pycharm上传代码到github时,报错

报错信息:

Can't finish GitHub sharing process
  Successfully created project 'Appiumdemo' on GitHub, but initial push failed:
  unable to access 'https://github.com/chenanming/Appiumdemo.git/': Recv failure: Connection was reset

原因以及解决方式(没有可以写无):

原因:

之前连接过代理导致

解决办法:

  1. 使用 git config --global http.proxy 命令查看有无代理
  2. 使用 git config --global --unset http.proxy 删除代理
  3. 删除github上的仓库,重新 share project to Github