Re: [Paraview] I have a working module I'd like to contribute

2012-11-15 Thread Fred Nugen
Awesome, thanks! It was located at git://git.cscs.ch/ArrowGlyph.git it may still be there, I don't know. I have a tarball at http://users.ices.utexas.edu/~nooj/tacc/ArrowGlyph.gitrepo.tgz I'm trying to push it to github.com/nooj/ArrowGlyph but don't hold your breath. i don't know how

Re: [Paraview] I have a working module I'd like to contribute

2012-11-15 Thread Robert Maynard
This should work: git remote add github g...@github.com:nooj/ArrowGlyph git push github master:master On Thu, Nov 15, 2012 at 2:32 PM, Fred Nugen noo...@gmail.com wrote: Awesome, thanks! It was located at git://git.cscs.ch/ArrowGlyph.git it may still be there, I don't know. I have a

Re: [Paraview] I have a working module I'd like to contribute

2012-11-15 Thread Utkarsh Ayachit
I've added a bug: http://www.vtk.org/Bug/view.php?id=13660 It's on it's way (current in git-next). On Thu, Nov 15, 2012 at 2:32 PM, Fred Nugen noo...@gmail.com wrote: Awesome, thanks! It was located at git://git.cscs.ch/ArrowGlyph.git it may still be there, I don't know. I have a

Re: [Paraview] I have a working module I'd like to contribute

2012-11-15 Thread Fred Nugen
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

Re: [Paraview] I have a working module I'd like to contribute

2012-11-15 Thread Fred Nugen
Cool! My role here is to get this into the public domain so anyone can do with it what they please. Is my work done? If not, what else should I do? Utkarsh Ayachit wrote: I've added a bug: http://www.vtk.org/Bug/view.php?id=13660 It's on it's way (current in git-next). On Thu, Nov 15,

Re: [Paraview] I have a working module I'd like to contribute

2012-11-15 Thread Robert Maynard
I believe the way to delete a remote is by name not url so it would be: git remote rm github On Thu, Nov 15, 2012 at 3:38 PM, Fred Nugen noo...@gmail.com wrote: Cool! My role here is to get this into the public domain so anyone can do with it what they please. Is my work done? If not,

Re: [Paraview] I have a working module I'd like to contribute

2012-11-15 Thread Fred Nugen
I believe the way to delete a remote is by name not url so it would be: git remote rm github so right! but they still hung up on me when I tried to do the push. (master) cozumel:~/www/tacc/ArrowGlyph nooj$ git remote rm github (master) cozumel:~/www/tacc/ArrowGlyph nooj$ git remote add

Re: [Paraview] I have a working module I'd like to contribute

2012-11-15 Thread Robert Maynard
Have you verified that your ssh key is working with github? You can follow steps 4 and 5 on the github generating ssh key page( https://help.github.com/articles/generating-ssh-keys) to make sure everything is good. On Thu, Nov 15, 2012 at 3:55 PM, Fred Nugen noo...@gmail.com wrote: I

Re: [Paraview] I have a working module I'd like to contribute

2012-11-15 Thread Fred Nugen
Have you verified that your ssh key is working with github? I haven't. I deleted all the id_rsa keys and the known_hosts file and hoped it would go back to password authentication. Same problem. Then I tried https, and got something else I don't understand (see below). I read the note

Re: [Paraview] I have a working module I'd like to contribute

2012-11-15 Thread Fred Nugen
PUFECT! you are wonderful! it is now living at https://github.com/nooj/ArrowGlyph ___ 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