pyCharm中配置git
2022-05-16 本文已影响0人
落落不下雨
git下载:
https://git-scm.com/downloads
git配置:https://www.cnblogs.com/xiuxingzhe/p/9300905.html
git安装:
https://www.cnblogs.com/xiuxingzhe/p/9300905.html
使用git时需要连接git远程仓库,gitlab配置:https://www.cnblogs.com/xiuxingzhe/p/9303278.html
额外我这边使用的是小乌龟git,TortoiseGit提供了人性化的图形化界面,不用像Git一样输入许多语句,下载地址为:https://download.tortoisegit.org/tgit/,安装方式就是傻瓜式安装,找到下载路径,一路点击next,直到完成。语言包下载地址:Download – TortoiseGit – Windows Shell Interface to Git
pycharm中配置git:
https://www.likecs.com/show-204400872.html