-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Need help starting with Git #208
Comments
Hi Alessio, and try to apply the solution suggested there.
Christopher Jones |
One of many quick ways:
Worked for me. Compiled fine, just one warning. Only issue I see is that pulling/fetching from h2gglobe repository is extremely long for some unknown reason. |
Ciao Alessio. Please have a look at: http://cms-sw.github.io/cmssw/tutorial-merge-usercode-repository-in-cmssw.html to see if it makes sense for you. Please close this thread if it does. |
…HC13_patch2 Csc trigger upgrade gem rpc for slhc13 patch2
Heppy: Adding jet pT sorting
Merge in Heppy branch after PR cms-sw#208 (jet pt sorting)
Added automatic merge for 7_4_X in cmssw and cmsdist
added MC RunIISpring15MiniAODv2 datasets
Gem sw/gem cosmic muon
[Backport 10_1_7] Fix wafertype
Update master branch to 9_4_11_cand1
…Heterogeneous (cms-sw#208) As an optimisation, move the default non-regional case to the EventSetup, and allocate, fill and transfer event-by-event only for the regional case.
build by default tries to merge a pull request, which fails for direct commits. make this step conditional on the whether the environment variable is defined.
Explore not storing/copying the sorted hits and hit prefetching.
Dear Git support,
I am very very new to Git (started this morning).
I went through the tutorial by G. Eulisse and the FAQ pages, but I have
some problems even checking out a single package.
I would like to check out this package
https://github.com/h2gglobe/h2gglobe/tree/master/VertexAnalysis
I tried to do that by typing:
~/work/PhysAnalysis/UPGRADE/CMSSW_6_1_2_SLHC6_patch1/src -$>git cms-addpkg h2gglobe/VertexAnalysis
No release tags specified, using default CMSSW_6_1_2_SLHC6_patch1.
You are on branch CMSSW_6_1_X_SLHC
Checking out h2gglobe/VertexAnalysis in tag CMSSW_6_1_2_SLHC6_patch1.
Cloning into '/afs/cern.ch/work/b/bonato/PhysAnalysis/UPGRADE/CMSSW_6_1_2_SLHC6_patch1/src'...
remote: Counting objects: 56, done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 42 (delta 27), reused 18 (delta 5)
Unpacking objects: 100% (42/42), done.
error: Sparse checkout leaves no entry on working directory
fatal: Could not reset index file to revision 'CMSSW_6_1_2_SLHC6_patch1'.
What does this error mean ? How can I fix it ?
Many thanks,
Alessio
The text was updated successfully, but these errors were encountered: