RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Manual Installation Broken at GitHub level

    Scheduled Pinned Locked Moved Help and Support
    linuxgithubpi 5
    11 Posts 2 Posters 623 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mituM
      mitu Global Moderator
      last edited by mitu

      This may be an issue with your (local) account and Github, I don't get this error on a simple Linux account (not logged in to Github).
      Do you have some Github/Git configuration set-up, from your ~/.profile or ~/.bashrc that may be triggering this message ?

      Try with

      git clone --no-config --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
      

      and see if the cloning works.

      JirynJ 1 Reply Last reply Reply Quote 0
      • JirynJ
        Jiryn @mitu
        last edited by Jiryn

        @mitu said in Manual Installation Broken at GitHub level:

        This may be an issue with your (local) account and Github, I don't get this error on a simple Linux account (not logged in to Github).
        Do you have some Github/Git configuration set-up, from your ~/.profile or ~/.bashrc that may be triggering this message ?

        Try with

        git clone --no-config --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
        

        and see if the cloning works.

        I have no clue what you're talking about.
        I've just been following the instructions you have listed here

        I first installed Debian BookWorm to my SSD

        sudo apt update && sudo apt upgrade
        
        sudo apt install git lsb-release
        
        cd
        git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
        

        Been stuck since, and I've not done anything beyond these commands.

        1 Reply Last reply Reply Quote 0
        • mituM
          mitu Global Moderator
          last edited by

          Sorry, but I can't reproduce the problem here. Cloning works with or without a Github account:

          
          pi@retropie:~/src$ git --version
          git version 2.43.0
          
          pi@retropie:~/src$ git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
          Cloning into 'RetroPie-Setup'...
          remote: Enumerating objects: 465, done.
          remote: Counting objects: 100% (465/465), done.
          remote: Compressing objects: 100% (400/400), done.
          remote: Total 465 (delta 76), reused 203 (delta 41), pack-reused 0 (from 0)
          Receiving objects: 100% (465/465), 1.83 MiB | 6.45 MiB/s, done.
          Resolving deltas: 100% (76/76), done.
          
          

          Can you run git with tracing on and post the output:

          GIT_TRACE=1 git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git 
          
          JirynJ 1 Reply Last reply Reply Quote 0
          • JirynJ
            Jiryn @mitu
            last edited by

            @mitu
            I am curious as to what happened.
            Also how do I turn off password login?

            Also, thank you!

            mituM 1 Reply Last reply Reply Quote 0
            • mituM
              mitu Global Moderator @Jiryn
              last edited by

              @Jiryn said in Manual Installation Broken at GitHub level:

              I am curious as to what happened.

              Not sure what happened means here - on the Gihub side nothing happened and there's nothing that has been modified on the RetroPie repository (and I'm not sure there is something that can be modified to disallow access). What are you referring to .. ?

              Also how do I turn off password login?

              Follow the documentation page on Github, it's their configuration that needs to be followed. I think that if you have an account and wish to use it from CLI/app you need to add a SSH key to your account and use git instead of https for repositories where you want to have write access, but that is already explained in the Github documentation.

              JirynJ 1 Reply Last reply Reply Quote 0
              • JirynJ
                Jiryn @mitu
                last edited by Jiryn

                @mitu said in Manual Installation Broken at GitHub level:

                @Jiryn said in Manual Installation Broken at GitHub level:

                I am curious as to what happened.

                Not sure what happened means here - on the Gihub side nothing happened and there's nothing that has been modified on the RetroPie repository (and I'm not sure there is something that can be modified to disallow access). What are you referring to .. ?

                Also how do I turn off password login?

                Follow the documentation page on Github, it's their configuration that needs to be followed. I think that if you have an account and wish to use it from CLI/app you need to add a SSH key to your account and use git instead of https for repositories where you want to have write access, but that is already explained in the Github documentation.

                I mean, why am I getting the weird password error thing... I followed the instructions and was going to start over from the beginning.. just incase.

                I meant password login for the PI, not Github.
                Either way, I'll sit down and work through this again in a bit

                Thank you for your help

                mituM 1 Reply Last reply Reply Quote 0
                • mituM
                  mitu Global Moderator @Jiryn
                  last edited by mitu

                  @Jiryn said in Manual Installation Broken at GitHub level:

                  I meant password login for the PI, not Github.

                  That's normal for a manual RaspiOS installation. If you'd like to be automatically logged-in as the installation user, then you can choose so from RetroPie-Setup or from raspi-config.

                  JirynJ 1 Reply Last reply Reply Quote 0
                  • JirynJ
                    Jiryn @mitu
                    last edited by Jiryn

                    @mitu
                    Started over from the first command.

                    Everything good now, no issues with the Manual Install instructions..

                    c234e6af-3074-443d-8cfd-bb51108614f8-image.png

                    1 Reply Last reply Reply Quote 0
                    • mituM
                      mitu Global Moderator
                      last edited by

                      @Jiryn said in Manual Installation Broken at GitHub level:

                      Started over from the first command.

                      OK, so it worked now - what is different from the 1st attempt ?

                      1 Reply Last reply Reply Quote 0
                      • mituM
                        mitu Global Moderator @Jiryn
                        last edited by

                        @Jiryn said in Manual Installation Broken at GitHub level:

                        Remote: Support for password authentication was removed on August 13, 2021

                        The issue was caused by your typo for the repository URL. Instead of RetroPie-Setup you entered RetroPie-Steup and Github assumed is a private repository and tried to authenticate you.

                        1 Reply Last reply Reply Quote 1
                        • First post
                          Last post

                        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.