gpt4 book ai didi

git-ftp resmo git-ftp.log

转载 作者:太空狗 更新时间:2023-10-29 14:15:11 24 4
gpt4 key购买 nike

我正在使用 resmo 的 git-ftp。 https://github.com/resmo/git-ftp .当我像这样运行第一个 init 命令(以及 olso 和 push)时

git ftp init -vv -u xxxxxxx@aruba.it -p - ftp.mydomain.com

有个致命的问题

There are 1 files to sync:
[1 of 1] Buffered for upload 'index.php'.
Uploading ...
fatal: Could not upload file: '.git-ftp.log'., exiting...
fatal: Could not upload., exiting...

完整的 react 在这里 http://jsfiddle.net/ehijon/PHwpw/

确保我在“.git”本地文件夹中设置配置文件:

[git-ftp]
user = xxxxxxx@aruba.it
url = ftp://ftp.mydomain.com
password = xxmypassxx
deployedsha1file = public/.git-ftp.log

在远程设置“public”文件夹后,权限为 777,但在本地我没有这个文件 (.git-ftp.log)...我该怎么做才能创建它?

我试图在远程手动创建它,只是想知道我是否有权限并且我可以。

ftp 用户和密码正确。我能做些什么来解决这个问题?

最佳答案

好的,经过大量测试我发现了这个愚蠢的问题。Aruba.it(意大利主机)在根目录中创建一个子目录像这样:

~/www.mydomain.com/public/...

所以只要在url参数中的ftp后面设置文件夹即可:

url = ftp://ftp.mydomain.com/www.mydomain.com/public

...我希望这可以帮助别人

关于git-ftp resmo git-ftp.log,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14183240/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com