主机:未找到命令

时间:2015-07-24 09:09:06

标签: ruby-on-rails git repository bitbucket

在这里做Hartl的Rails书,我应该添加BitBucket(用于hello_app)并将其推送到存储库。但是它只是说缺少/ my / repo的整个路径(没有这样的文件或目录)。我可能做错了什么?我已经检查了ssh,这很合适。

PS我很欣赏一个非常常见的回应,因为我对这整个编程事物都很陌生。 :) 提前致谢!

1 个答案:

答案 0 :(得分:0)

在命令$ cd /path/to/my/repo中,将/path/to/my/repo替换为您创建回购的实际路径。

例如(在Linux系统和当前用户' mars'):

$ mkdir /home/mars/hello-app
$ cd /home/mars/hello-app
$ git init
$ git remote add origin git@bitbucket.org:mars_/hello_app.git