作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在关注 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...
最佳答案
您可以通过使用“-v”标志来查看确切错误的输出,以获得 super 详细的输出。
问题可能是以下之一
sftp://ftp.domain.com:22
)。 ftp://ftp.domain.com/public_html
git ftp init -u username -p 'password' -v ftpserverurl.com
关于git-ftp - GitFTP 中无法上传文件错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20533394/
我正在关注 http://anantgarg.com/2013/09/25/git-ftp-for-windows/ 上的教程并得到错误: $ git ftp init There are 720 f
我是一名优秀的程序员,十分优秀!