Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull error #14

Open
sarah-alam-malik opened this issue Dec 1, 2014 · 1 comment
Open

pull error #14

sarah-alam-malik opened this issue Dec 1, 2014 · 1 comment

Comments

@sarah-alam-malik
Copy link

Hi,
I'm getting the following conflicts when trying to pull the alphaT repository,
[smalik@lxplus0061 src]$ git pull alphaT-repo CMG_MiniAOD_Lite_V6_0_from-CMSSW_7_0_6
Enter passphrase for key '/afs/cern.ch/user/s/smalik/.ssh/id_rsa':
remote: Counting objects: 498, done.
remote: Compressing objects: 100% (174/174), done.
remote: Total 498 (delta 381), reused 416 (delta 322)
Receiving objects: 100% (498/498), 87.33 KiB | 0 bytes/s, done.
Resolving deltas: 100% (381/381), done.
From github.com:CMSRA1/cmg-cmssw

  • branch CMG_MiniAOD_Lite_V6_0_from-CMSSW_7_0_6 -> FETCH_HEAD
    Auto-merging CMGTools/TTHAnalysis/python/analyzers/ttHIsoTrackSkimmer.py
    CONFLICT (add/add): Merge conflict in CMGTools/TTHAnalysis/python/analyzers/ttHIsoTrackSkimmer.py
    Auto-merging CMGTools/TTHAnalysis/python/analyzers/ttHGenLevelAnalyzer.py
    CONFLICT (content): Merge conflict in CMGTools/TTHAnalysis/python/analyzers/ttHGenLevelAnalyzer.py
    Automatic merge failed; fix conflicts and then commit the result.
@aelwood
Copy link

aelwood commented Dec 1, 2014

Hi Sara,

This is due to a discrepancy between the pull request that we made to the cmg central repo and the �CMG_MiniAOD_Lite_V6_0_from-CMSSW_7_0_6 branch in our alphaT repo. There is a pull request pending to fix it. For now you should be able to pull from MiniAOD_baseCutFlow instead.

i.e. undo the merge:

git reset —merge

Then pull the other branch:

git pull alphaT-repo MiniAOD_baseCutFlow

�The merge conflicts should be fixed soon.

Let me know if this doesn’t work/ you have any more problems.

Cheers,
Adam

On 1 Dec 2014, at 17:05, sarah-alam-malik <[email protected]mailto:[email protected]> wrote:

Hi,
I'm getting the following conflicts when trying to pull the alphaT repository,
[smalik@lxplus0061 src]$ git pull alphaT-repo CMG_MiniAOD_Lite_V6_0_from-CMSSW_7_0_6
Enter passphrase for key '/afs/cern.ch/user/s/smalik/.ssh/id_rsa':http://cern.ch/user/s/smalik/.ssh/id_rsa':
remote: Counting objects: 498, done.
remote: Compressing objects: 100% (174/174), done.
remote: Total 498 (delta 381), reused 416 (delta 322)
Receiving objects: 100% (498/498), 87.33 KiB | 0 bytes/s, done.
Resolving deltas: 100% (381/381), done.
From github.com:CMSRA1/cmg-cmssw

  • branch CMG_MiniAOD_Lite_V6_0_from-CMSSW_7_0_6 -> FETCH_HEAD Auto-merging CMGTools/TTHAnalysis/python/analyzers/ttHIsoTrackSkimmer.py CONFLICT (add/add): Merge conflict in CMGTools/TTHAnalysis/python/analyzers/ttHIsoTrackSkimmer.py Auto-merging CMGTools/TTHAnalysis/python/analyzers/ttHGenLevelAnalyzer.py CONFLICT (content): Merge conflict in CMGTools/TTHAnalysis/python/analyzers/ttHGenLevelAnalyzer.py Automatic merge failed; fix conflicts and then commit the result.


Reply to this email directly or view it on GitHubhttps://github.com//issues/14.

aelwood pushed a commit that referenced this issue Apr 17, 2015
tools and integration for CRAB production
aelwood pushed a commit that referenced this issue Jul 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants