I can't seem to do an initial build. I had problems with connecting to a coworker's repo, so I created my own app and repo and can't push to that either. Followed the directions in the docs, but I keep getting this error when I 'git push phonegap master':
W access for danlinniv/19681_MediaDan DENIED to dan
(Or there may be no repository at the given path. Did you spell it correctly?)
fatal: The remote end hung up unexpectedly
The weird thing is that nowhere have I specified the my username as just 'dan'. My email starts with that, but my username is danlinn on my comp and danlinniv on phonegap.com.
Just updated git, but it didn't help. I've reinitialized the repo and started over three times now. Not sure what I'm missing.
W access for danlinniv/19681_MediaDan DENIED to dan
(Or there may be no repository at the given path. Did you spell it correctly?)
fatal: The remote end hung up unexpectedly
The weird thing is that nowhere have I specified the my username as just 'dan'. My email starts with that, but my username is danlinn on my comp and danlinniv on phonegap.com.
Just updated git, but it didn't help. I've reinitialized the repo and started over three times now. Not sure what I'm missing.


christocracy
I'm now trying to do the initial push to the client's repo
$ mkdir metracker_phonegap
$ cd metracker_phonegap
$ git init
$ touch README
$ git add README
$ git commit -m "first commit"
$ git remote add metracker git@git.phonegap.com:metracker/21535_metracker.git
$ git push phonegap master
W access for metracker/21535_metracker DENIED to christocracy
(Or there may be no repository at the given path. Did you spell it correctly?)
fatal: The remote end hung up unexpectedly
$ ssh git@git.phonegap.com
PTY allocation request failed on channel 0
hello christocracy, the gitolite version here is v1.5.7-18-g2bbcc82
the gitolite config gives you the following access:
R W christocracy/17305_metracker
As I said, I initially created an app "metracker" under my own account then deleted it (17305_metracker).
Via my client's account, I granted "christocracy" RW access to *21535_metracker*
christocracy needs ssh to report RW access to *21535_metracker*
Andrew Lunny