Termux-packages: 'git clone ...' unable to fork

Created on 10 Dec 2018  路  3Comments  路  Source: termux/termux-packages

Hi,
I'm lost with this issue.
So basically, I want to clone a public repo:

$ git clone [email protected]:Shougo/dein.vim.git
Cloning into 'dein.vim'...
fatal: unable to fork

This happens with any repo.

Most helpful comment

Do you have openssh installed?

git@ uses the ssh so you need to have openssh installed.

All 3 comments

Do you have openssh installed?

git@ uses the ssh so you need to have openssh installed.

@Grimler91 damn, it did not cross my mind to check :(
Works now, thank ypu

doesn't git installation automatically embed/require openssh?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

loveablefellow007 picture loveablefellow007  路  3Comments

neitsab picture neitsab  路  3Comments

reggi picture reggi  路  4Comments

newmania picture newmania  路  3Comments

thurask picture thurask  路  3Comments