haoyangw / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

Cannot exec git-remote-https #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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