View Single Post
  #3   (View Single Post)  
Old 27th January 2023
TCH TCH is offline
Shell Scout
 
Join Date: Mar 2017
Posts: 85
Default

Quote:
Originally Posted by Head_on_a_Stick View Post
How exactly did you do that? Did you upgrade to version 3 before going to v4? That is the recommended approach.
Of course.
Quote:
Originally Posted by Head_on_a_Stick View Post
Is git the chimaera version?
Code:
apt policy git
It is:
Code:
# apt policy git
git:
  Telepítve: 1:2.30.2-1
  Jelölt:    1:2.30.2-1
  Verziótáblázat:
 *** 1:2.30.2-1 500
        500 http://devuan.bio.lmu.de/merged chimaera/main amd64 Packages
        100 /var/lib/dpkg/status
Quote:
Originally Posted by Head_on_a_Stick View Post
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?
No errors there:
Code:
# apt policy ca-certificates
ca-certificates:
  Telepítve: 20210119
  Jelölt:    20210119
  Verziótáblázat:
 *** 20210119 500
        500 http://devuan.bio.lmu.de/merged chimaera/main amd64 Packages
        500 http://devuan.bio.lmu.de/merged chimaera/main i386 Packages
        100 /var/lib/dpkg/status
Code:
# date
2023. jan. 27., péntek, 20:56:28 CET
Quote:
Originally Posted by Head_on_a_Stick View Post
Although I would expect an error message about the certificate failing if there was a problem there. How long did you wait?
Minutes. But it stuck at that particular line and never moved. It wasn't slow, it stucked.
Quote:
Originally Posted by Head_on_a_Stick View Post
Does the repository clone successfully if you use http instead of https?
Nope, since it redirects me to HTTPS anyway. I only could try this, if there would be a git repository which still transmits via HTTP.
Quote:
Originally Posted by Head_on_a_Stick View Post
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?
No firewall, no proxy. Before the upgrade, it did work and i changed nothing beside upgrading the system.
Quote:
Originally Posted by Head_on_a_Stick View Post
Finally, is there a reason why you've posted here rather than the Devuan forums? You might get a better response there.
I do not yet have an account there (unless i forgot that i registered...) and here i get better answers than on Linux forums; most problems i shared here, were solved here.
Reply With Quote