当前位置:   article > 正文

git上传,用token_git url 带token

git url 带token

1、进入上传文件夹: git init

2、git add .

3、git commit -m "first commit"

4、git remote add origin https://github.com/Deepcong2019/face_recognition.git

5、git pull origin master --allow-unrelated-histories

6、git remote set-url origin https://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@github.com/Deepcong2019/yolov4_cong.git

7、git push -u origin master

已经上传到git的本地文件夹,只需要:

git add xxx.py yyy.py

git commit -m "修改了xxx"

git push origin master

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/697115
推荐阅读
相关标签
  

闽ICP备14008679号