http経由でプライベートgitリポジトリのクローンを作成しようとしています。ここにも同様の質問があります:ユーザーとパスワードでhttpを使用してクローンを作成します。
プロンプトでユーザー/パスワードを入力せずにgitcloneを実行する方法はありますか?
私がやろうとすると:
prodroom15:mquimiro$ git clone https://github.com/user:password/Automator.git
Cloning into 'Automator'...
Username for 'https://github.com':
Password for 'https://github.com':
ユーザー/パスワードを手動で入力する必要がないようにするには、どうすればよいですか?
https://github.com/user/Automator.git
通常の操作を行い、プロンプトでユーザー/パスワードを手動で入力すると正常に機能することに注意してください。