1.git bash here
操作为git clone + 地址 到当前文件夹
若有https报错,删掉https后加上https就能运行成功文章来源:https://www.toymoban.com/news/detail-524013.html
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.获取代码工具包及其版本:文章来源地址https://www.toymoban.com/news/detail-524013.html
pip freeze > requirements.txt
到了这里,关于利用Github上传代码的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!