dyne / ZShaolin

Interactive and scriptable console terminal on Android (build framework)
GNU General Public License v3.0
112 stars 34 forks source link

Git clone https not working #1

Open john-cheesman opened 10 years ago

john-cheesman commented 10 years ago

I installed Zshaolin so I could have full Git functionality on my phone but I'm unable to clone from github via https:

Welcome to Zshaolin
 ~ % git clone https://github.com/john-cheesman/stacked-bars.git
Cloning into 'stacked-bars'...
warning: templates not found /data/data/org.dyne.zshaolin/files/system/share/git-core/templates
fatal: unable to find remote helper for 'https'
[1]      23354 exit 128    git clone https://github.com/john-cheesman/stacked-bars.git

I don't have root access which means I can't add ssh keys in the default location.

UfoRobot commented 10 years ago

Same issue... I am using the light version for xda by the way...

bashz commented 10 years ago

Export and add the ssl cert of the github to your trusted certs handler.

jaromil commented 10 years ago

hi there

adding the cert won't be enough, current version of zshaolin lacks curl support in git. I'm fixing http transport for git in the next release but Im unable to have git https still, something weird in the openssl build there. however git over http will work.

next release due in september

thanks for your support and reports

jaromil commented 9 years ago

did try many times but git does not like to build with ssl in my setup.

still works locally

using an external app "SGit" does the work of pull/push

that is the recommended way to use git on remotes in zshaolin.

jaromil commented 9 years ago

https://github.com/sheimi/SGit also on gplay ready to install.

john-cheesman commented 9 years ago

I do use sGit, which works well with GitHub but seems to have issues getting branches from Bit Bucket. Thanks for looking into it though.

jaromil commented 9 years ago

yes, it has issues also cloning repos containing symlinks into sd filesystems that don't support them.

still, I'm unable to compile git with https support. in ZShaolin its functionality is very limited to log, status and format-patch.