2015-09-18 63 views

回答

1

使用SSH URL(如[email protected]:arepo

的通常原因是當,在GIT中回購託管服務器側,.profile中通常看到此錯誤或.bashrc中,它包括一些回波:見Git FAQ

It likely means you have some extraneous characters, info message or something upon logging into ssh in command mode.

要進行測試,這樣做:

ssh [email protected] echo testing commands 

You should only see testing commands returned. If there are any other characters, you should examine your dot shell rc file to find any echo or other commands that may produce output.

在你的情況下,Openshift,consider one of the common commands

RHC SSH LS

檢查是否LS被任何其他輸出污染。