Cloning into hashfilter... fatal: '/var/local/indefero/git/repositories/myproj.git' does not appear to be a git repository fatal: The remote end hung up unexpectedly折腾了很久, 后来发现原来Indefero上新建的project是没有repo的. 第一次使用的时候需要自己import.所以要在自己的目录里
git init git add . git commit -m "initial import" git remote add origin git@a.b.c.d:yourproj.git git push origin master然后就可以在Indefero上看见自己的source tree了
No comments:
Post a Comment