gpt4 book ai didi

git-ftp - GitFTP 中无法上传文件错误

转载 作者:行者123 更新时间:2023-12-04 18:43:04 26 4
gpt4 key购买 nike

我正在关注 http://anantgarg.com/2013/09/25/git-ftp-for-windows/ 上的教程并得到错误:

$ git ftp init
There are 720 files to sync:
[1 of 720] Buffered for upload '.gitignore'.
[2 of 720] Buffered for upload 'wp-config-sample.php'.
....
[24 of 720] Buffered for upload 'wp-content/plugins/woocommerce/admin/post-types/writepanels/order-item-html.php'.
Uploading ...
fatal: Could not upload files., exiting...

可能是什么问题呢?我已经使用引号('mypassword')设置了密码,但仍然出现同样的错误

最佳答案

您可以通过使用“-v”标志来查看确切错误的输出,以获得 super 详细的输出。

问题可能是以下之一

  • 不正确的 FTP 凭据 - 检查服务器、用户名和密码是否正确。
  • 网址/服务器 :如果不是标准 FTP,请确保在 URL 中包含协议(protocol)
    (sftp://ftp.domain.com:22)。
  • 密码 : 尝试同时删除密码
  • 周围的引号。
  • 服务器路径未设置或不正确。通常,FTP 登录会将您带到服务器根目录。您可能没有那里的写权限。您需要设置站点根路径。
  • 尝试在 URL 参数中设置路径 ftp://ftp.domain.com/public_html

  • 尝试通过命令行参数执行“init”(而不是通过 Git 配置设置)并使用“-v”设置详细输出:
    git ftp init -u username -p 'password' -v ftpserverurl.com

    关于git-ftp - GitFTP 中无法上传文件错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20533394/

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