[root@ioart121 ~]# cd topics/
[root@ioart121 topics]# ls
[root@ioart121 topics]# ls -a
. .. .git
[root@ioart121 topics]# git remote add orgin git@IP:/root/topics/.git
[root@ioart121 topics]# git push orgin master git@ip's password:
fatal: '/root/topics/.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly 作者: jixuuse 時間: 2015-08-10 17:35
.git里你還是要創(chuàng)建工程才行啊作者: Goun1314 時間: 2015-08-10 17:43 回復 2# jixuuse