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 g...@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 <jamesbig...@gmail.com> may
publish only Modules/
----------------------------------------------------------------------
error: hook declined to update refs/heads/AddFloatingPointModelToVS7
To g...@cmake.org:stage/cmake.git
 ! [remote rejected] HEAD -> AddFloatingPointModelToVS7 (hook declined)
error: failed to push some refs to 'g...@cmake.org:stage/cmake.git'


How do I push my changes to stage?
_______________________________________________
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to