[cmake-developers] stage push?
James Bigler
jamesbigler at gmail.com
Fri Jan 28 19:10:33 EST 2011
I can't seem to be able to push to stage. I followed the directions (since
I'm a total git n00b):
http://www.cmake.org/Wiki/CMake/Git#Topic_Stage
5208 git remote add stage git://cmake.org/stage/cmake.git
5209 git config remote.stage.pushurl git at cmake.org:stage/cmake.git
5226 git fetch stage --prune
5235 git checkout -b AddFloatingPointModelToVS7 origin/master
5237 git add Source/cmLocalVisualStudio7Generator.cxx
5239 git commit
[AddFloatingPointModelToVS7 d570d76] Add FloatingPointModel to the list of
known VS7 generator flags.
1 files changed, 5 insertions(+), 0 deletions(-)
5240 git push stage HEAD
Enter passphrase for key '/c/Documents and Settings/jbigler/.ssh/id_rsa':
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 550 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
----------------------------------------------------------------------
commit d570d761 not allowed: James Bigler <jamesbigler at gmail.com> may
publish only Modules/
----------------------------------------------------------------------
error: hook declined to update refs/heads/AddFloatingPointModelToVS7
To git at cmake.org:stage/cmake.git
! [remote rejected] HEAD -> AddFloatingPointModelToVS7 (hook declined)
error: failed to push some refs to 'git at cmake.org:stage/cmake.git'
How do I push my changes to stage?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20110128/b96d1a98/attachment.html>
More information about the cmake-developers
mailing list