May 3, 20215 yr 6 minutes ago, Upkeep said: error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet. Either an issue with Github or you should update your local Git installation. If you do not intent to change anything (feel free to do so, if) you can also download the Zip with the green button. Alex Alex' Projects: Little Navmap
May 3, 20215 yr 14 minutes ago, Upkeep said: Just tried the install and all was fine until near the end. I tried three times but each time got the following: git clone --single-branch --branch release/2.6 https://github.com/albar965/littlenavmap.git Cloning into 'littlenavmap'... remote: Enumerating objects: 34768, done. remote: Counting objects: 100% (766/766), done. remote: Compressing objects: 100% (446/446), done. error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet. fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed Just try clone whole repository via command: git clone https://github.com/albar965/littlenavmap.git - on my side this command works like out-of-the-box. Probably switches in your command are improper and on the other hand I don't like to make a partially repository, when whole LNM sources are only 300+MB here 🙂 Regards, Piotr Never give up ... - here are details of the whip-round: https://zrzutka.pl/en/pewr2d -> to help my younger son fights against Acute Lymphoblastic Leukemia (blood cancer).
May 3, 20215 yr Thank you both for your very fast replies. I appreciate your help. To Piotr: I tried this but got the same result as before. Same error. So I downloaded the zip from the green button as Alex suggested and extracted that to the Projects file. But not sure what to do next. I followed the instructions from that point but they did not seem to work. Perhaps the zip should be extracted elsewhere? Sorry. I am a bit of a newbie with this sort of stuff thanks again for your help best wishes upkeep
May 3, 20215 yr 2 minutes ago, Upkeep said: To Piotr: I tried this but got the same result as before. Same error. OK. After some experiments I've found the soultion. If after GIT repository address is <space> or another character you always get above errors. So you have to copy _exactly_ command. Your version of command is also correct - if only all characters after https://github.com/albar965/littlenavmap.git will be removed 😄 It's stupid GIT's feature but worth know about this 😛 Regards, Piotr Never give up ... - here are details of the whip-round: https://zrzutka.pl/en/pewr2d -> to help my younger son fights against Acute Lymphoblastic Leukemia (blood cancer).
May 3, 20215 yr Author I used the --single branch and --branch release******* to be sure I had the correct branches of the three gits. The first days trying to compile LNM, I had different branches because I didn't check the right branch out. And that got me a lot of headaches!! /Sten
May 3, 20215 yr Thanks for the quick responses. I tried again ensuring no additional spaces or characters were included. Same result. git clone https://github.com/albar965/littlenavmap.git Cloning into 'littlenavmap'... remote: Enumerating objects: 34904, done. remote: Counting objects: 100% (668/668), done. remote: Compressing objects: 100% (403/403), done. error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet. fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed i also tried the original instructions. no success. Same error. As mentioned I have downloaded using green button as Alex suggested but not sure what to do with it.. Thanks again for you help and encouragement Upkeep
May 3, 20215 yr Use these commands: 1) UBUNTU -> apt install gnutls-bin FEDORA -> dnf/yum install gnutls-bin Other OS -> you have to download and install TLS package 2) use command -> git config --global http.sslVerify false 3) use command -> git config --global http.postBuffer 1048576000 Then try repeat the cloning process in git and report about results, ok? 🙂 Regards, Piotr Never give up ... - here are details of the whip-round: https://zrzutka.pl/en/pewr2d -> to help my younger son fights against Acute Lymphoblastic Leukemia (blood cancer).
May 3, 20215 yr Thanks Piotr I am using Raspbian 64 bit and installed gnutls-bin OK. I then did the two git commands you listed Tried again. Same result: git clone --single-branch --branch release/2.6 https://github.com/albar965/littlenavmap.git Cloning into 'littlenavmap'... remote: Enumerating objects: 34784, done. remote: Counting objects: 100% (782/782), done. remote: Compressing objects: 100% (458/458), done. error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet. fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed If I should have installed another TLS package would be grateful for details. Thanks very much for your patience Upkeep
May 3, 20215 yr 1 minute ago, Upkeep said: error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet. You can also try another methods from this discussion thread: https://stackoverflow.com/questions/38378914/how-to-fix-git-error-rpc-failed-curl-56-gnutls I don't know if they help but IMHO worth to try 🙂 Regards, Piotr Never give up ... - here are details of the whip-round: https://zrzutka.pl/en/pewr2d -> to help my younger son fights against Acute Lymphoblastic Leukemia (blood cancer).
May 3, 20215 yr Thanks again There seem quite a number of different options given. Some appear to work on Ubuntu, some not. Useful link though. I have downloaded the master as Alex suggested, so I could work from this. It would be a lot simpler. I just do not know how to install it at this stage. I have done everything else up to this point. Perhaps Alex may be able to let me have the changes to the original script Thanks very much Best wishes Upkeep
May 4, 20215 yr Author hi Try 'sudo apt purge git' and then 'sudo apt install git' Could You too do a 'uname -a' and copy it here. The last thing: which of these from here https://downloads.raspberrypi.org/raspios_arm64/images/ did You install? And one other thing, if you have fresh SD-Card then install the latest image from above. /Sten Edited May 4, 20215 yr by smkr
May 4, 20215 yr Thanks very much for the reply, Sten I have purged and reinstalled Git as you have suggested. uname output is: Linux raspberrypi 5.10.33-v8+ #1415 SMP PREEMPT Fri Apr 30 15:53:26 BST 2021 aarch64 GNU/Linux I did not originally download the images from the link you have just sent. I used this link https://qengineering.eu/install-raspberry-64-os.html The image they say is dated 4.3.21. I updated after install, of course. I have not tried again this morning, but will await your response. Thank you again for your help Regards Upkeep
May 4, 20215 yr Author okay,the links ends at the same place. If git doesn't work, still, then make a fresh install on Your SD-Card and then try again. I have never seen the error You describe! /Sten
May 4, 20215 yr Thanks Sten. A few posts ago Alex said an alternative was to download the zip from the git repository using the green button. I have done this and it has resulted in a folder littlenavmap-master. Before I start everything again, as Alex suggested it, I was wondering if it was possible to complete the installation using this zip file? If so please can you let me know how this can be done and the relevant changes to the instructions you kindly provided. Thanks again. All the best Upkeep
May 4, 20215 yr 2 hours ago, Upkeep said: A few posts ago Alex said an alternative was to download the zip from the git repository using the green button. I have done this and it has resulted in a folder littlenavmap-master. Archive file installations should be the same like git repository. The only difference is you can't use git functions to push/pop/sync repo with remote GIT server (git creates internal database when local repo is created), but source files should be the same. In the meaning of git operations you did repository clone via archive file 😉 Regards, Piotr Never give up ... - here are details of the whip-round: https://zrzutka.pl/en/pewr2d -> to help my younger son fights against Acute Lymphoblastic Leukemia (blood cancer).
Archived
This topic is now archived and is closed to further replies.