Hi,
i've installed a fresh kubuntu 19.04 and git clone doesn't work.
I ran
git clone https://github.com/creationix/nvm.git -b v0.34.0 --depth=1
and I received
fatal: unable to access 'https://github.com/creationix/nvm.git/': GnuTLS recv error (-54): Error in the pull function.
I've tried to increase httpPost and disable sslVerify but with no success.
github suggested me to recompile git, but I don't want to maintain the package, I'd like to use git from ubuntu repository.
how can I solve this bug?
I've also the KVM where i've tested a completly new installation: I can share it?
i've installed a fresh kubuntu 19.04 and git clone doesn't work.
I ran
git clone https://github.com/creationix/nvm.git -b v0.34.0 --depth=1
and I received
fatal: unable to access 'https://github.com/creationix/nvm.git/': GnuTLS recv error (-54): Error in the pull function.
I've tried to increase httpPost and disable sslVerify but with no success.
github suggested me to recompile git, but I don't want to maintain the package, I'd like to use git from ubuntu repository.
how can I solve this bug?
I've also the KVM where i've tested a completly new installation: I can share it?
Comment