Closed (won't fix)
Project:
Location
Version:
7.x-4.x-dev
Component:
Miscellaneous
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2011 at 23:36 UTC
Updated:
4 Oct 2016 at 11:49 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedI was able to download it with the command in the Git instructions,
git clone --branch 7.x-3.x http://git.drupal.org/project/location.gitThen, when I changed to this branch with
git checkout 7.x-4.x, it worked and I was on the 4.x branch.Comment #2
maxilein commentedFound a solution that worked:
$ git clone --branch 8.x-1.x git://git.drupal.org/sandbox/gregcube/2684493.git
Cloning into '2684493'...
remote: Counting objects: 117, done.
remote: Compressing objects: 100% (99/99), done.
remote: Total 117 (delta 39), reused 0 (delta 0)
Receiving objects: 100% (117/117), 31.05 KiB | 0 bytes/s, done.
Resolving deltas: 100% (39/39), done
Comment #3
maxilein commented