2020年7月30日星期四

github/gitlab 二段階認証の場合、commit/pushエラー解決策

github/gitlab 二段階認証の場合、commit/pushエラー解決策:
password: personal access token
例:

git init
git add *
git commit -m "first commit"
git remote add origin https://github.com/username/test

git push -u origin master
--confirm of username/usermail and password
username: your username
password: not your password but your personal access token.

how to get your password access token?
ask google :).
 

没有评论: