When trying to use git I type in
Mkdir Android
Cd Android
Git init
Touch README
Vim README
))Hello New Commit
:wq
Git add README
Git comit -m 'First'
git remote add origin https://github.com/yourusername/Android.git
Git push origin master
This returns
Cannot exec git-remote-https
I realize there was another forum on sshkeys but that didn't help...
I'm using terminal ide v.2.02
Original issue reported on code.google.com by tim.prog...@gmail.com on 17 Aug 2013 at 2:23
Original issue reported on code.google.com by
tim.prog...@gmail.com
on 17 Aug 2013 at 2:23