Gitにcannot spawn askpass: No such file or directoryとか言われた時の対処法

1,はじめに

Visual Studio と GitHub を連携させるプラグインがあり、これを使用している中で、エラーに遭遇した。

本稿では、そのエラーを解決する方法について書きます。

2,問題と解決

(1)エラーメッセージ

リモート リポジトリへのプッシュ中にエラーが発生しました: Git failed with a fatal error.
HttpRequestException encountered.
   ���̗v���̑��M���ɃG���[���������܂����B
cannot spawn askpass: No such file or directory
could not read Username for 'https://github.com': terminal prompts disabled
Pushing to https://github.com/jskny/Mutsuki.git

(2)解決方法

GitHubアクセス用のトークンを作成し、それを偉大なる先人様の記事の通りにセットしたところ、治りました。

プライベートリポジトリをgo getする方法 – ひと目で尋常じゃないもふもふだと(ry

git config --global url."https://アクセストークン:x-oauth-basic@github.com/".insteadOf "https://github.com/"

3,おわりに

先人様のおかげで何とかなりました。

感謝です。

以上

4,参考文献

プライベートリポジトリをgo getする方法 – ひと目で尋常じゃないもふもふだと(ry

fatal: could not read Username for ‘https://github.com’: terminal prompts disabled – pospomeのプログラミング日記

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA