[解決済み] 認証ソケットからのレスポンス長読み込みエラー
2022-02-27 05:12:39
質問
Ruby on railsプロジェクトで、プロジェクトのデプロイにcapistrano、unicorn、postgresql、nginxを使用しています。
cap production git:check
このエラーが発生します。
Error reading response length from authentication socket.
ログトレース
INFO [13522bc0] Running /usr/bin/env mkdir -p /tmp/deploy_test/ as [email protected]
DEBUG [13522bc0] Command: /usr/bin/env mkdir -p /tmp/deploy_test/
INFO [13522bc0] Finished in 0.291 seconds with exit status 0 (successful).
DEBUG Uploading /tmp/deploy_test/git-ssh.sh 0.0%
INFO Uploading /tmp/deploy_test/git-ssh.sh 100.0%
INFO [3b379ef0] Running /usr/bin/env chmod +x /tmp/deploy_test/git-ssh.sh as [email protected]
DEBUG [3b379ef0] Command: /usr/bin/env chmod +x /tmp/deploy_test/git-ssh.sh
INFO [3b379ef0] Finished in 0.067 seconds with exit status 0 (successful).
INFO [8355617a] Running /usr/bin/env git ls-remote --heads [email protected]:mezbahalam/deploy_test.git as [email protected]
DEBUG [8355617a] Command: ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/deploy_test/git-ssh.sh /usr/bin/env git ls-remote --heads [email protected]:mezbahalam/deploy_test.git )
DEBUG [8355617a] Error reading response length from authentication socket.
DEBUG [8355617a] 6399a4a331342141ed3bbf3afb58f58828f96c76 refs/heads/master
INFO [8355617a] Finished in 9.683 seconds with exit status 0 (successful).
私はいくつかの 投稿 しかし、解決策を見出すことができない。
解決方法を教えてください。
TL;DR
# start/restart ssh-agent
eval "$(ssh-agent -s)"
# add the desired ssh-key
ssh-add ~/.ssh/id_rsa
ご覧ください。 https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/ をご覧ください。
私は過去に同じ問題を経験し、この投稿はそれを解決するために非常に役に立ちました。 http://www.antleon.com/2014/04/rails-capistrano-deployment-ssh-error-reading-response-length-from-authentication-socket/
お役に立てれば幸いです。
関連
-
[解決済み】現在のブランチの先端がリモートブランチより遅れているため、更新が拒否されました。
-
[解決済み] 現在のブランチのトラッキング情報がありません。
-
[解決済み】fatal: 有効なオブジェクト名ではない: 'master'
-
[解決済み】マージの競合が発生した git stash pop の取り消し
-
[解決済み】ファイルのアンリンクに失敗しました。もう一度試してみるべきですか?
-
[解決済み】git push >> fatal: 設定されたプッシュ先がありません。
-
[解決済み] [Solved] 作業ツリーのディレクトリ 'example.com' を作成できませんでした。パーミッションが拒否されました
-
[解決済み】ローカルGitブランチとそのリモートブランチを比較する方法
-
[解決済み] 現在の支店にはトラッキング情報がありません
-
[解決済み] git initを2回実行すると、リポジトリが初期化されますか?それとも既存のリポジトリを再初期化しますか?
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
[解決済み】ローカルにない作業がリモートに含まれているため、アップデートが拒否された
-
git push reports an error ! [リモート拒否] master -> master (受信前のフックが拒否されました)
-
gitコミット発生 ! [リモート拒否] master -> master (pre-receive hook declined) 解決策
-
git commit リモートエラー [rejected] master -> master (フェッチファースト)
-
[解決済み】Git Push Error: リポジトリデータベースにオブジェクトを追加する権限が不足しています。
-
[解決済み] 複数のコミットをチェリーピックする方法
-
[解決済み] git でディレクトリ階層が異なる 2 つのブランチをマージするには?
-
[解決済み] git status に fatal: bad object HEAD と表示される。
-
[解決済み] GitBash | origin master - rejected (fetch first) | GitHub リポジトリにファイルがない。
-
[解決済み] "fatal: This operation must be run in work tree." というメッセージが表示されるのはなぜですか?