草庐IT

Repeatable-Read

全部标签

git - EGIT 说 Read timed out after 30,000 ms

我试图在我的本地目标中通过http克隆一个远程仓库。我在eclipseluna上使用egit。但我总是在30,000毫秒后收到错误读取超时。我知道http是正确的协议(protocol),我的用户名密码是正确的,但这个问题仍然出现多次。请查看屏幕截图以获得更清晰的想法。更新:11-5-2014当我在.metadata/log位置看到eclipse错误日志时我看到以下错误消息......我认为它说的一样......但仍然在这里添加以防它可以帮助解决这个问题......错误信息是!ENTRYorg.eclipse.egit.ui402014-11-0519:09:13.827!MESSAG

Git : fatal: Could not read from remote repository. 请确保您具有正确的访问权限并且存储库存在

我收到这个错误-D:\Projects\wamp\www\REPO[master]>gitpulloriginmasterWarning:Permanentlyadded'github.com,192.30.252.128'(RSA)tothelistofknownhosts.ERROR:Repositorynotfound.fatal:Couldnotreadfromremoterepository.Pleasemakesureyouhavethecorrectaccessrightsandtherepositoryexists.gitremote-v的输出D:\Projects\w

混帐致命 : failed to read object xxx: Invalid argument

如果我从远程pull数据,会出现以下错误$gitpullremote:Countingobjects:85,done.remote:Compressingobjects:100%(37/37),done.remote:Total85(delta63),reused69(delta48)Unpackingobjects:100%(85/85),done.error:inflate:datastreamerror(unknowncompressionmethod)fatal:failedtoreadobject8b0fd4094630fea108b60faa15535ffbc85d87cb

windows - git 克隆错误 : RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

我在git上克隆存储库时遇到问题。我已经尝试了好几天并尝试了很多解决方案(在大多数情况下,问题略有不同但似乎适用)但没有做任何改变。我试过关闭防病毒软件和防火墙,但没有用。我还尝试过卸载并重新安装网络适配器驱动程序(并重新启动计算机),但没有用。据我所知,这是某个地方的网络问题,因为远程服务器一直挂起,但我无法解决这个问题。使用gitclone-v--progress似乎给出了与gitclone相同的输出。gitclone-v--progresshttps://github.com/mit-cml/appinventor-sources.git的输出Cloninginto'appinv

git - 如何诊断和修复 git fatal : unable to read tree

我正在使用git来管理项目上的文件,并不断遇到这个问题。当我运行gitstatus时,我收到消息fatal:unabletoreadtreee2d920161d41631066945a3cbcd1b043de919570据我了解,我应该检查gitfsck的输出,然后我收到了brokenlinkfromtreee09a42f248afff64336fbbec2523df97c26451actotreee2d920161d41631066945a3cbcd1b043de919570brokenlinkfromtreee09a42f248afff64336fbbec2523df97c2645

git - Git "Could not read"错误如何处理

我在我的git存储库中收到此错误:22:09:15$gitstatus#Onbranchmastererror:Couldnotread8124cc15c63be92d534e4cdfa33c38d54deee122error:unabletoreadtreeobjectHEADnothingtocommit(workingdirectoryclean)Google搜索error:unabletoreadtreeobjectHEAD没有太大帮助,这个错误似乎非常罕见。我不确定如何处理它。会不会是硬盘故障?编辑:gitfsck的输出如下:brokenlinkfromcommit60732

GitHub OAuth2 token : How to restrict access to read a single private repo

用例:命令行应用程序(部署到第3方机器)需要能够通过GitHubAPI(v3)下载属于组织的私有(private)存储库的tarball副本应用程序应该只能访问这个私有(private)仓库,而不能访问其他具有只读权限的仓库。在我的github帐户上注册client_id/secret后,我​​已经能够通过为应用程序创建授权来完成(1)。但是,授权返回的token似乎不允许对存储库进行只读访问,也不限于一个存储库(例如,可能会使用token修改该存储库以及属于组织的其他存储库)。是否可以通过适当的范围限制访问?我在API文档(https://developer.github.com/v

git - 推送在 GitKraken 中失败,错误消息为 "Push Failed cannot read property ' fullName' of undefined”

我试图从我的本地功能分支推送和创建pull请求,像往常一样,在我的功能分支中并右键单击远程origin/develop-branch(我使用的是GitFlow),并pop此错误消息:找不到与该错误消息相关的任何内容。有什么想法吗? 最佳答案 当在当前本地master或origin/master后面的提交中有一个HEAD标记时,我也遇到了这个问题。尝试双击您的本地master(这会消除HEAD),然后推送您的更改。请注意,如果您没有本地master,请右键单击remoteoriginmaster并选择“Checkoutorigin/m

git - 使用 Github : fatal: could not read Username 推送提交时出错

有几次,我将Github用于我的项目,但在我想要推送提交时遇到了问题。首先,我fork了一个存储库。然后我克隆了fork(使用命令行gitclonehttps://github.com/...)并且在进行修改之后,我已经成功提交(gitcommit-a)。在此之后,我尝试使用命令行gitpush推送提交,但出现以下错误:fatal:couldnotreadUsernamefor'https://github.com':Nosuchfileordirectory您有解决此问题的想法吗? 最佳答案 我必须做的是:gitremotermo

git - Android Studio - 推送失败 : fatal: Could not read from remote repository

我在AndroidStudio有一个git项目,在BitBucket有一个远程项目,我将其更改为使用SSH而不是HTTPS。我可以使用Atlassian的SourceTree让一切正常工作,但在AndroidStudio中每次我尝试推送项目时它都会说Pushfailed:fatal:Couldnotreadfromremoterepository.有人知道可能发生的事情吗? 最佳答案 这可能是Intellij的问题。您的key由sshnative管理,Intellij有自己的ssh程序。转到设置,搜索git->ssh可执行文件,然后