在 IntelliJ 中处理项目并将所有材料推/拉到 github。
突然它停止工作:我试图从 github 获取代码并收到错误消息:Fetch failed Error: option 'timeout' expects a numeric value
每当我尝试推送时,都会出现类似的错误消息,但最终推送总是通过。直到现在突然收到消息
Push 被拒绝的 Master:被拒绝
我对git真的没有经验,任何答案都有帮助!
cd coding
git pull
Please specify which branch you want to merge with.
See git-pull(1) for details
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream master origin/<branch>
当我尝试拉动
git push
error: option `timeout' expects a numerical value
usage: git credential-cache [options] <action>
--timeout <n> number of seconds to cache credentials
--socket <path> path of cache-daemon socket
Everything up-to-date
问题是一切都不是最新的
嘿伙计们,感谢所有的帮助,结果发现这个错误非常简单,在我的机器上设置 git 时被忽略了。
https://help.github.com/articles/set-up-git
如果其他人遇到上述问题,您可以尝试一件事。之后拉合并然后推送工作正常。