muety / anchr

⚓️ Anchr provides you with a toolbox for tiny tasks on the internet, especially bookmark collections
https://anchr.io
GNU General Public License v3.0
269 stars 26 forks source link

bower angular-jwt#* ECMDERR Failed to execute #75

Closed USFAkbari closed 1 month ago

USFAkbari commented 1 month ago

bower angular-jwt#*         not-cached https://github.com/auth0/angular-jwt.git#*
bower angular-jwt#*            resolve https://github.com/auth0/angular-jwt.git#*
bower angular-jwt#*            ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/auth0/angular-jwt.git", exit code of #128 fatal: unable to access 'https://github.com/auth0/angular-jwt.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

I encountered this specific error when I was working with the bower install command in the public folder of my project. After some troubleshooting, I decided to delete the angular-jwt dependency, which I thought might be causing the issue. Once I removed that dependency and ran the project again, it actually worked this time. However, I noticed that the result I got was different from what you had on your anchor.io site, which was a bit surprising to me.

I kindly ask you to take some time . Once you have completed your review, please get back to me with your thoughts or any feedback you may have.

muety commented 1 month ago

Well, you can't just arbitrarily delete dependency. Especially this one is required for authentication. The error looks like some temporary issue with GitHub to me. Or possibly your system is using some outdated TLS library? At least I can't reproduce the issue on my end. I ran bower install and it completed just fine.