一、拉取gitee上托管的代码到本地,用pycharm运行
前置条件
1.安装python运行环境
2.安装pycharm
安装:https://blog.csdn.net/m0_65482549/article/details/141394352
1.3.安装git
git config --global user.name “"
git config --global user.email "**”
安装步骤:https://blog.csdn.net/2301_76884890/article/details/141158307
下载:https://soft.3dmgame.com/down/322751.html
1.4.注册gitee账号: https://gitee.com/
集成https://www.jb51.net/python/2913186fz.htm
github配置:https://mp.weixin.qq.com/s/tlmr7eJrVxH20WU9XlXlZQ
二、pycharm的安装gitee
参考:
https://mp.weixin.qq.com/s/0gakV_4DhEsLpauaCcmIkA
https://www.jb51.net/python/2913186fz.htm
https://www.cnblogs.com/lwj0126/p/17673083.html
2.1、在 pycharm 中配置 git 路径
打开“File–Settings–Version Control–Git”
2.2、安装 gitee 插件
打开 “File–Settings–Plugins”,点击下方【Browse Repositories】搜索Gitee插件进行安装
2.3、 配置登录 gitee
找到“File–Settings–Version Control–Gitee”,登录自己的账号
三、同步代码信息
3.1、将本地项目同步至gitee
首先在本地创建一个项目,如下新建了一个名为test的项目; 然后点击“VCS–Import into Version Control–Share Project on Gitee”
3.2、当本地项目代码有变化时,提交变化至gitee
在pycharm中也需要进行“add->commit->push”
add 操作后,进行commit操作
最后进行push操作,提交至远程仓库
3.3、将远程仓库同步至一台新电脑
如果远程仓库有一个项目,想把它同步至一台新的设备,则按照如下操作 (1)从gitee复制项目链接
在pycharm中打开“VCS–Checkout from Version Control–Gitee或者Git”
3.4、ssh和https方式
1、ssh方式
https方式