🐷

git pushやpullでいちいちユーザ名やパスワードを求められない方法

2022/11/30に公開

設定を確認

git config --list

レポジトリURLをユーザー名とアクセストークンと共に設定

git remote set-url origin https://ユーザー名:アクセストークン@github.com/xxxxxx/xxxxxx.git

Discussion