一、github注册账户
https://github.com/
 
二、安装git
1、安装git
git下载地址:https://git-scm.com/downloads
安装时除了安装路径外,均选择默认即可
 
2、链接github
2.1 配置用户名和邮箱
git config --global user.name "github用户名"
git config --global user.email "github邮箱地址"
2.2 生成ssh密匙文件,输入命令后一路回车


2.3 拷贝公钥文件内容
2.4 将公匙添加至GitHub
 
三、安装pycharm
社区版即可,免费
 
四、pycharm上传代码
1、绑定github账户

 

 2、上传代码

 

 

 

posted on 2021-01-26 15:38  guoccf  阅读(71)  评论(0编辑  收藏  举报