草庐IT

date_found

全部标签

git 删除远程分支不工作 : branch not found

我正在尝试删除git中的一个远程分支,我做了:gitbranch-r...origin/masterorigin/devorigin/branch_to_delete现在我尝试删除origin/branch_to_delete:gitbranch-dorigin/branch_to_deleteerror:branch'origin/branch_to_delete'notfound我做了:gitfetch--all又试了一次,还是一样的错误。我尝试使用-D但同样的错误。但是分支在那里,我可以在github.com中看到它。怎么办? 最佳答案

git 删除远程分支不工作 : branch not found

我正在尝试删除git中的一个远程分支,我做了:gitbranch-r...origin/masterorigin/devorigin/branch_to_delete现在我尝试删除origin/branch_to_delete:gitbranch-dorigin/branch_to_deleteerror:branch'origin/branch_to_delete'notfound我做了:gitfetch--all又试了一次,还是一样的错误。我尝试使用-D但同样的错误。但是分支在那里,我可以在github.com中看到它。怎么办? 最佳答案

eclipse - 如何修复在 "everything is up to date"中 pull 结果时被拒绝并要求 pull 的推送?

将EGit与Eclipse结合使用时,当我尝试将我的代码推送到远程存储库时,我收到一条错误消息,指出我应该先pull,如图1所示。.然后当我尝试从远程存储库中pull时,我收到一条消息,指出所有内容都是最新的,如图2所示。.我该如何解决这个问题? 最佳答案 确保:您正在使用最新版本的EGit(2.3+)在pull之前你已经stash/提交了所有东西(如在thisthread中)你没有处于分离的头部模式(如“can'tpushupstreamusingEGit”)OPKrigeadds:intheendInoticedaclassfi

eclipse - 如何修复在 "everything is up to date"中 pull 结果时被拒绝并要求 pull 的推送?

将EGit与Eclipse结合使用时,当我尝试将我的代码推送到远程存储库时,我收到一条错误消息,指出我应该先pull,如图1所示。.然后当我尝试从远程存储库中pull时,我收到一条消息,指出所有内容都是最新的,如图2所示。.我该如何解决这个问题? 最佳答案 确保:您正在使用最新版本的EGit(2.3+)在pull之前你已经stash/提交了所有东西(如在thisthread中)你没有处于分离的头部模式(如“can'tpushupstreamusingEGit”)OPKrigeadds:intheendInoticedaclassfi

git - 使用 hggit 克隆 github repo - abort : repository not found

我正在尝试使用hggit在本地克隆一些github存储库。我正在关注tutorial操作说明$hgclonegit://github.com/schacon/hg-git.gitabort:repositorygit://github.com/schacon/hg-git.gitnotfound!$hgclonegit+ssh://git@github.com/schacon/hg-git.gitabort:repositorygit+ssh://git@github.com/schacon/hg-git.gitnotfound!我知道我有hggit因为下面的工作$python-c"i

git - 使用 hggit 克隆 github repo - abort : repository not found

我正在尝试使用hggit在本地克隆一些github存储库。我正在关注tutorial操作说明$hgclonegit://github.com/schacon/hg-git.gitabort:repositorygit://github.com/schacon/hg-git.gitnotfound!$hgclonegit+ssh://git@github.com/schacon/hg-git.gitabort:repositorygit+ssh://git@github.com/schacon/hg-git.gitnotfound!我知道我有hggit因为下面的工作$python-c"i

git - 错误(internetKeychainItemForServer :withUsername:path:port:protocol:) - The specified item could not be found in the keychain

当我尝试使用Sourcetree将我的代码推送到github时出现以下错误:Pushingtohttp://github.myOrg.com/my-repo/my-proj.git2014-09-2313:05:20.500git-credential-sourcetree[6744:507]Error(internetKeychainItemForServer:withUsername:path:port:protocol:)-Thespecifieditemcouldnotbefoundinthekeychain.remote:Permissiontoion-my-repo/my-

git - 错误(internetKeychainItemForServer :withUsername:path:port:protocol:) - The specified item could not be found in the keychain

当我尝试使用Sourcetree将我的代码推送到github时出现以下错误:Pushingtohttp://github.myOrg.com/my-repo/my-proj.git2014-09-2313:05:20.500git-credential-sourcetree[6744:507]Error(internetKeychainItemForServer:withUsername:path:port:protocol:)-Thespecifieditemcouldnotbefoundinthekeychain.remote:Permissiontoion-my-repo/my-

git - 远程 : repository not found fatal: not found

为什么我的git不推送?我创建了存储库,但不断收到此消息:C:\Users\petey_000\rails_projects\first_app>gitpush-ugithubmasterUsernamefor'https://github.com':***@gmail.comPasswordfor'https://***@gmail.com@github.com':remote:Repositorynotfound.fatal:repository'https://github.com/pete/first_app.git/'notfound 最佳答案

git - 远程 : repository not found fatal: not found

为什么我的git不推送?我创建了存储库,但不断收到此消息:C:\Users\petey_000\rails_projects\first_app>gitpush-ugithubmasterUsernamefor'https://github.com':***@gmail.comPasswordfor'https://***@gmail.com@github.com':remote:Repositorynotfound.fatal:repository'https://github.com/pete/first_app.git/'notfound 最佳答案