请帮助我在尝试使其正常工作时遇到问题。当我按“设置项目”时,它给了我这个
*
Creating workspace
cloning project repository
Cloning into '/c/Users/Ubisoft/Documents/iloveit'...
Bad owner or permissions on /home/divio/.ssh/config
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
There was an error trying to run a command. This is most likely
not an issue with divio-cli, but the called program itself.
Try checking the output of the command above.
The command was:
git clone git@git.divio.com:iloveit.git /c/Users/Ubisoft/Documents/iloveit
*
在windows power shell中它给了我这个
Creating workspace
cloning project repository
Cloning into '/c/Users/Ubisoft/Documents/iloveit'...
Bad owner or permissions on /home/divio/.ssh/config
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
------------------------------------------------------------------------------------------------------------------------
There was an error trying to run a command. This is most likely
not an issue with divio-cli, but the called program itself.
Try checking the output of the command above.
The command was:
git clone git@git.divio.com:iloveit.git /c/Users/Ubisoft/Documents/iloveit
divio@app-1.0.0 /c/Users/Ubisoft/Documents
$
我也从虚拟 MacOS 尝试过这个并收到此消息:
https://i.stack.imgur.com/QccvY.png
我也尝试过创建 SSH 密钥,但没有成功。
有人可以逐步解释如何使这个出色的应用程序工作吗?