ssh-agent を使用して、リモートサーバーでプライベートレポジトリから、clone したいです。
リモートサーバー内にファイルも環境変数も作成せず clone する方法はありますか?
以下から git に渡せてないと思います。
yosuke@local$ ssh -A server yosuke@server$ ssh-add -l 256 SHA256:***********(place holer)*************** yosuke@local.yosuke(ED25519)
$ git clone https://github.com/${user}/${repo}.git Cloning into '${repo}'... Username for 'https://github.com': yosuke Password for 'https://yosuke@github.com': remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/${user}/${repo}.git/'
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/10/16 23:33 編集