Connect PyCharm to Github

Connect Your PyCharm to Github and Auto Push & Pull

  • Download Git Bash and install.

    If Git Bash appears when you right click on desktop, then it’s successfully installed

  • Download PyCharm and install.

  • Open PyCharm -> File -> Settings -> Version Control -> Git, select your Git Bash path.

    In my PC, it’s C:\Program Files\Git\cmd\git.exe

  • In PyCharm -> VCS -> Git, Select your project’s repository then create a local folder.

  • If you want to push, VCS -> Git -> push, then commit and push.


  • 下载git bash,自己试一试,反正能右键打开git bash就好了

  • 下载pyCharm 有免费版的,然后加个文件保存的路径啊什么的

  • pyCharm选中files -> settings -> version control -> git, 没在pycharm里登录github的就登陆下,登陆了的就找到git bash.exe的安装位置,然后OK就好了

  • pyCharm选中VCS -> git 然后选择我们这个Jarvis项目 然后生成一个本地的folder, 然后就搞定。

  • 以后打开pyCharm 要写新的函数啊比如说,就在这个文件下面写,然后VCS -> git -> push,要下其他人写的就pull