Last modified: 2014-10-15 22:47:32 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T64320, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 62320 - Unable to clone github.com:wikimedia/operations-puppet.git: replication issue?
Unable to clone github.com:wikimedia/operations-puppet.git: replication issue?
Status: RESOLVED WORKSFORME
Product: Wikimedia
Classification: Unclassified
Git/Gerrit (Other open bugs)
wmf-deployment
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-06 13:00 UTC by Niklas Laxström
Modified: 2014-10-15 22:47 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Niklas Laxström 2014-03-06 13:00:10 UTC
twn:/resources/nike$ git clone git@github.com:wikimedia/operations-puppet.git
Cloning into 'operations-puppet'...
remote: Reusing existing pack: 88763, done.
remote: Counting objects: 205, done.
remote: Compressing objects: 100% (201/201), done.
remote: Total 88968 (delta 94), reused 0 (delta 0)
Receiving objects: 100% (88968/88968), 70.32 MiB | 12.87 MiB/s, done.
Resolving deltas: 100% (61780/61780), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

twn:/resources/nike$ git clone https://gerrit.wikimedia.org/r/operations/puppet
Cloning into 'puppet'...
remote: Counting objects: 9200, done
remote: Finding sources: 100% (6209/6209)
remote: Getting sizes: 100% (2272/2272)
remote: Compressing objects: 100% (2621640/2621640)
remote: Total 88968 (delta 2958), reused 87775 (delta 2940)
Receiving objects: 100% (88968/88968), 79.19 MiB | 16.74 MiB/s, done.
Resolving deltas: 100% (55075/55075), done.

Dunno what this means.
Comment 1 christian 2014-03-06 13:59:46 UTC
It's probably github's HEAD of operations-puppet refering to
“master”. However, operations-puppet does not have a “master” branch,
but is developed on the “production” branch.

Switching the branch on a github checkout makes things work [1].

Since I lack administration access on github, and cannot check/fix
myself ...
Chad, could you grant me access, or update HEAD on github's
operation-puppet?




[1]
___________________________________________________________
christian@spencer // 0 // 14:48:38
cwd: ~
git clone git@github.com:wikimedia/operations-puppet.git
Cloning into 'operations-puppet'...
remote: Reusing existing pack: 88763, done.
remote: Counting objects: 205, done.
remote: Compressing objects: 100% (201/201), done.
remote: Total 88968 (delta 94), reused 0 (delta 0)
Receiving objects: 100% (88968/88968), 70.32 MiB | 1.66 MiB/s, done.
Resolving deltas: 100% (61780/61780), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.


___________________________________________________________
christian@spencer // 0 // 14:49:28
cwd: ~
cd operations-puppet/

___________________________________________________________
christian@spencer // 0 // 14:49:33
cwd: ~/operations-puppet
git checkout production
Checking out files: 100% (2536/2536), done.
Branch production set up to track remote branch production from origin.
Switched to a new branch 'production'
Comment 2 Krinkle 2014-10-15 22:47:32 UTC
Fixed.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links