Weird errors using git on Android Studio and TortoiseGit, but not via Github-desktop app
124 views
Skip to first unread message
Liran Barsisa
unread,
Aug 12, 2024, 12:10:16 PM8/12/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git-for-windows
I tried to ask this in other places too.
Basically I'm getting errors from using Git, either manually or via other tools such as Android-Studio and TortoiseGit. For some reason not via Github desktop app.
Errors are either this:
fatal: unable to access 'https://github.com/.../': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
git did not exit cleanly (exit code 128)
or:
fatal: unable to access 'https://github.com/...': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git-for-windows
I've updated the other link with what "solved" it:
git config --global http.sslVerify false
Now I don't have this issue, but I've read that what I did shouldn't be done as it reduces security.
If anyone can help about how to have everything working AND use what's recommended, please let me know.
Ayla Rose
unread,
Nov 26, 2024, 7:10:25 PM11/26/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git-for-windows
It sounds like you're encountering SSL errors when using Git with various tools, which can be frustrating. These issues often stem from network configurations or SSL settings. If you're looking for a break from troubleshooting, consider diving into some fun with android games like those available at Rally Fury, which can provide a great way to unwind. For more gaming options, check out Rally Fury.
Ayla Rose
unread,
Nov 26, 2024, 7:10:25 PM11/26/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to git-for-windows
It sounds like you're encountering SSL errors when using Git with various tools, which can be frustrating. These issues often stem from network configurations or SSL settings. If you're looking for a break from troubleshooting, consider diving into some fun with android games like those available at Rally Fury, which can provide a great way to unwind. For more gaming options, check out Rally Fury.
On Monday, August 12, 2024 at 9:24:04 PM UTC+5 AD_LB wrote: