Showing posts with label git. Show all posts
Showing posts with label git. Show all posts

Monday, April 5, 2010

Git in Netbeans

Used nbgit plugin from Netbeans (0.3). Plugin installed okay. 

Put ProjectLocker seems to allow Git access only via a public key - which means that (since nbgit doesn't support that) I can't use it in Netbeans!

So used git-osx-installer from Google Code. Had to reopen the terminal window but then Git worked. Took my id_rsa.pub key from ~/.ssh/ and put it into ProjectLocker - used michaelfielding@Adventure.local as the identifier because that's what was at the end of the key file.