git通过tokens进行提交

!git add .
!git commit -m "..."
!git status
!git remote set-url origin "https://<username>:<password(token)>@github.com/<username>/<repo_name>"
!git push origin <branch_name>

猜你喜欢

转载自blog.csdn.net/yangtuoi/article/details/120650790
今日推荐