利用Github上传代码

1.git bash here

操作为git clone + 地址 到当前文件夹

若有https报错,删掉https后加上https就能运行成功

2.修改文件夹

3.cd文件夹路径

4.git add .

5.git commit -m'想写的内容'

6.git config --global user.email "你的github绑定邮箱的名字"

7.git config --global user.name "密码"

8.git push

1.获取代码工具包及其版本:

pip freeze > requirements.txt

你可能感兴趣的:(git,github)