Updatedx3 (以下を参照) 11/29/12 までの数か月間、Git Bitbucket リポジトリを正常に使用していました。私は先日 (2013 年 1 月 24 日) まで別のコミットを試みませんでしたが、役に立ちませんでした。ssh サーバーを Cygwin に再インストールしたので、適切に接続できることを確認しました。別のワークステーションからサーバーにアクセスできるので、問題ないと確信しています。また、ssh トンネルを使用して、Bitbucket から問題なくリポジトリのクローンを作成することもできました。ただし、変更をプッシュしようとすると (追加、コミットなどの後)、次のようになります。
$ git push origin master
Enter passphrase for key '/home/[User]/.ssh/id_rsa':
conq: invalid command syntax.
fatal: The remote end hung up unexpectedly
フォーラムや FAQ などを検索しましたが、役に立ちませんでした。これが私のsshの出力です:
$ ssh -T git@bitbucket.org
Enter passphrase for key '/home/[User]/.ssh/id_rsa':
conq: logged in as [username].
git または hg を使用して Bitbucket に接続できます。シェル アクセスは無効です。
また、ssh -v の場合:
$ ssh -v
OpenSSH_5.8p1, OpenSSL 0.9.8r 8 Feb 2011
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-e escape_char] [-F configfile]
[-I pkcs11] [-i identity_file]
[-L [bind_address:]port:host:hostport]
[-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
[-R [bind_address:]port:host:hostport] [-S ctl_path]
[-W host:port] [-w local_tun[:remote_tun]]
[user@]hostname [command]
そして git --version:
$ git --version
git version 1.7.5.1
私が言ったように、ssh は動作しているようですが、これは別のもののようです。
--更新-- ssh -v -T git@bitbucket.org の出力は次のとおりです。
$ ssh -v -T git@bitbucket.org
OpenSSH_5.8p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to bitbucket.org [207.223.240.181] port 22.
debug1: Connection established.
debug1: identity file /home/[User]/.ssh/id_rsa type 1
debug1: identity file /home/[User]/.ssh/id_rsa-cert type -1
debug1: identity file /home/[User]/.ssh/id_dsa type -1
debug1: identity file /home/[User]/.ssh/id_dsa-cert type -1
debug1: identity file /home/[User]/.ssh/id_ecdsa type -1
debug1: identity file /home/[User]/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3
debug1: match: OpenSSH_5.3 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.8
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 97:8c:1b:f2:6f:14:6b:5c:3b:ec:aa:46:46:74:7c:40
debug1: Host 'bitbucket.org' is known and matches the RSA host key.
debug1: Found key in /home/[User]/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/[User]/.ssh/id_rsa
debug1: Remote: Forced command: conq username:[username]
debug1: Remote: Port forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: Pty allocation disabled.
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug1: key_parse_private_pem: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/home/[User]/.ssh/id_rsa':
debug1: read PEM private key done: type RSA
debug1: Remote: Forced command: conq username:[username]
debug1: Remote: Port forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: Pty allocation disabled.
debug1: Authentication succeeded (publickey).
Authenticated to bitbucket.org ([207.223.240.181]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
conq: logged in as [username].
You can use git or hg to connect to Bitbucket. Shell access is disabled.
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype eow@openssh.com reply 0
debug1: channel 0: free: client-session, nchannels 1
Transferred: sent 2576, received 2984 bytes, in 0.3 seconds
Bytes per second: sent 7759.0, received 8988.0
debug1: Exit status 0
更新 (2013 年 2 月 17 日): Bitbucket のサイトのサポート ページを検索しましたが、Cygwin ではなく、Windows で GitBash を使用して Bitbucket をセットアップする方法のみが詳しく説明されています。他の人が FAQ で同じ問題を抱えていたが、アトラシアンのサポートに紹介された場所を見ました。
アトラシアンのサポートと直接話し始めたところ、担当者は Stack Overflow ( Git with SSH on Windows )の投稿を確認するように言いました。投稿された解決策は機能しなかったため、サポート担当者は GitBash をインストールして、Cygwin 以外に問題があるかどうかを確認するように指示しました。GitBash をインストールして動作させることができ、ssh または https を使用して再度プッシュおよびクローンを作成できました。私は担当者に話しましたが、私の問題は私自身のソフトウェアにあったので、彼ができる限りのことだと彼は言いました. したがって、問題をCygwin内のSSH関連ではなく、おそらくgitと関係があるメカニズムに絞り込んだと思います。
更新 (02/18/13): 本日、Cygwin からもプルできることを確認しました。だから今、プッシュに問題があります。Errors cloning git project using Cygwin, msysgit Bash shell worksのように、Cygwin 内の mysysgit にエイリアスをマッピングすることを検討していますが、今すぐ試すよりも時間がかかる場合があります。Git を Cygwin でネイティブに動作させるための解決策をまだ探しています。
更新 (2013 年 2 月 20 日): GitBash でまったく同じエラーをプッシュするようになりました。サポート ページでこのガベージを参照してください: https://bitbucket.org/site/master/issue/4406/invalid-command-synthax
彼らのサポートが直接対処しないということは、繰り返し発生する問題のようです。見た目からすると、これは 2012 年 6 月から続いており、解決策は公開されていません。誰かがこれを読んで、私に何らかの指示を与えることができれば、私はそれを大いに感謝します. とりあえず、HTTPS を使用して GitBash に切り替えました。