View Single Post
  #2   (View Single Post)  
Old 27th January 2023
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 467
Default

Quote:
Originally Posted by TCH View Post
I've upgraded my system from Devuan 2 to Devuan 4
How exactly did you do that? Did you upgrade to version 3 before going to v4? That is the recommended approach.

Quote:
Originally Posted by TCH View Post
and now git hangs on cloning:
Code:
# GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone --verbose https://github.com/punesemu/puNES
I've just loaded up the Devuan chimaera live ISO image and that command works just fine there so perhaps something went wrong with your attempted upgrade.

Is git the chimaera version?
Code:
apt policy git
Your debug output stops just before the SSL certificate verification stage so also check
Code:
apt policy ca-certificates
date # is the system clock correct?
Although I would expect an error message about the certificate failing if there was a problem there. How long did you wait?

Does the repository clone successfully if you use http instead of https?

Do you have a firewall running? If so does disabling it help?

Are you using a proxy? If so have you configured git to work with that?

Finally, is there a reason why you've posted here rather than the Devuan forums? You might get a better response there.
Reply With Quote