Maybe I needed nooj@github, instead of git@github? I thought maybe it would work since the repo is created and public...
Now I don't know how to remove or modify the remote. Here is my command history: cozumel:~/www nooj$ cd tacc/ArrowGlyph/ (master) cozumel:~/www/tacc/ArrowGlyph nooj$ git remote add github [email protected]:nooj/ArrowGlyph (master) cozumel:~/www/tacc/ArrowGlyph nooj$ git push github master:master Host key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48 +--[ RSA 2048]----+ | . | | + . | | . B . | | o * + | | X * S | | + O o . . | | . E . o | | . . o | | . . | +-----------------+ Permission denied (publickey). fatal: The remote end hung up unexpectedly (master) cozumel:~/www/tacc/ArrowGlyph nooj$ git remote add github [email protected]:nooj/ArrowGlyph fatal: remote github already exists. (master) cozumel:~/www/tacc/ArrowGlyph nooj$ git remote -v github [email protected]:nooj/ArrowGlyph (fetch) github [email protected]:nooj/ArrowGlyph (push) origin git://git.cscs.ch/ArrowGlyph.git (fetch) origin git://git.cscs.ch/ArrowGlyph.git (push) (master) cozumel:~/www/tacc/ArrowGlyph nooj$ git remote rm [email protected]:nooj/ArrowGlyph error: Could not remove config section '[email protected]:nooj/ArrowGlyph' (master) cozumel:~/www/tacc/ArrowGlyph nooj$ _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
