git clone reports an error: repository 'xxxxxxxxx' does not exist

Error in git clone:
​​[root@test01 test]git clone [email protected]/home/git/solo.git
fatal: repository '[email protected]/home/git/solo.git' does not exist
 

The solution is as follows:
git clone ssh://[email protected]:222/home/git/solo.git
adds the ssh port number.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325300005&siteId=291194637