爲什麼如果我創建一個本地存儲庫,然後創建一個github存儲庫,然後添加爲遠程,我承諾本地,然後我推到遠程,但我沒有能力從遠程拉到當地?EGIT不添加源github遠程
如果我添加遠程使用git bash一切都很好遠程配置正確,我可以拉動,並推動和提取到上游,但如果我通過EGIT嚮導它永遠不會工作本地存儲庫,推動,然後得到提取併合並... 任何線索?
這裏是後日志:
eclipse.buildId = I20110613-1736 java.version = 1.6.0_26 java.vendor = Sun微系統公司的BootLoader常數:OS =的Win32,ARCH = 86,WS = win32, 框架參數:-product org.eclipse.epp.package.java.product 命令行參數:-os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.java.product
錯誤Tue Sep 20 20:40:05 BST 2011當前分支不是 配置爲拉
org.eclipse.jgit.api.errors.InvalidConfigurationException:用於密鑰branch.master.merge No值 在 在 org.eclipse.jgit.api.PullCommand.call(PullCommand.java:189)在配置中找到org.eclipse.egit.core.op.PullOperation $ 1.run(PullOperation.java:82)at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344) at org.eclipse。 core.internal.resources.Workspace.run(Workspace.java:2326) at org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:104) at org.eclipse.egit.ui。 internal.pull.PullOperationUI.execute(PullOperationUI.java:115) at org.eclipse.egit.ui.internal.pull.PullOperationUI $ 1.run(PullOperationUI.java:90) 在org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
是什麼'git的遠程-v'回報?當您嘗試「從遠程到本地」時收到什麼錯誤信息? – basicxman
相同http://stackoverflow.com/questions/8820668/the-current-branch-is-not-configured-for-pull-no-value-for-key-branch-master-mer –