python【3】用pycharm克隆github上的项目

1、安装git的最新版本  

2、配置github用户名、密码,没有的话先去github网站注册一个

python【3】用pycharm克隆github上的项目3、配置git.exe路径,SSH executabe 默认路径如图 

python【3】用pycharm克隆github上的项目

4、clone项目

git支持两种协议,https和ssh,如果要使用ssh协议,还得配置ssh key

https协议填写url有两种格式 

https://github.com/test/test

https://github.com/test/test.git     就是后面多了个后缀 .git

ssh 是一种格式   [email protected]:test/test.git
 

python【3】用pycharm克隆github上的项目

 

按上面 的方式打开git clone 然后填写URL就行啦 

python【3】用pycharm克隆github上的项目

                           听说 点赞+关注 的人三天内没有bug哦(///ω///)

python【3】用pycharm克隆github上的项目

python【3】用pycharm克隆github上的项目