搜索
您的当前位置:首页正文

(草稿)pycharm使用github

来源:好走旅游网

一、github

1、登录

git - github - 在github上共享项目

遇到错误:fatal: unable to access ‘https://github.com/xxx/xxx.git/’: GnuTLS recv error (-110): The TLS connection was non-properly terminated.

sudo apt install apt-transport-https

(然而还是老上传失败,挂梯子也没用…还是用Gitee吧)

二、gitee

1、先下个gitee插件

3、新建远程仓库:

git - githee- 在gitee上共享项目

三、git push git pull

pycharm:
1、一台电脑提交(到本地)并推送(到远程)
2、另一台另一台电脑git clone下来以后,每次拉取就行
3、创建新分支(远程)与拉取远程新分支

因篇幅问题不能全部显示,请点此查看更多更全内容

Top