RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. git
    Log in to post
    • All categories
    • 0

      Xpad driver installation issue - not existing commit

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support driver git xpad winding
      6
      0 Votes
      6 Posts
      754 Views
      mituM

      @00Hugo said in Xpad driver installation issue - not existing commit:

      One question regarding that: The controller is paired now in Bluetooth setup, but why it is not visible as device in "Configure Input"?

      Maybe it needs another driver (xpadneo) ? As I said, xpad is used only for wired Xbox compatible drivers.

    • Y

      Install of lr-ppsspp : git clone fails

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support git ppsspp
      3
      0 Votes
      3 Posts
      679 Views
      Y

      @mitu OK you were right, perseverance payed off, it finally worked :) Thanks for your help.

    • YFZdudeY

      (solved) git errors when updating packages (X86)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support setup updates git
      9
      0 Votes
      9 Posts
      864 Views
      YFZdudeY

      @BuZz
      Yes it is.
      Thank you very much.

    • S

      How to submit changes to RetroPie for possible inclusion?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support git submit
      2
      0 Votes
      2 Posts
      323 Views
      mituM

      Once you've forked the RetroPie-Setup repository (as you've already done), create a branch in it and modify the file you want. Then you can submit a PR from the browser, based on your modified branch - https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork.

      5e36d06f-43e9-4b67-b244-19a0426fb405-image.png

    • LolonoisL

      [Howto] Git Cherry Pick From Pull Requests

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development git pull request cherry pick howto
      1
      3 Votes
      1 Posts
      961 Views
      No one has replied
    • L

      Running retropie from the fkms_rpi4 branch

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rpi4 git
      2
      0 Votes
      2 Posts
      640 Views
      mituM

      @luizsaluti Probably yes, but I would imagine that the actual release would be better installed from a Pi image instead. Things might change till then, but feel free to try out the branch on the Pi4.

    • EfriimE

      [Solved] Github Username Query // Reicast from source

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support git github update username password
      3
      0 Votes
      3 Posts
      848 Views
      EfriimE

      @mitu
      Okay, I know that now.
      It seems like it would tell you something different than ask for user if the repository was missing or deleted.

    • C

      Use GIT repository of roms for multiple Pi devices?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming git romsets
      2
      0 Votes
      2 Posts
      948 Views
      mituM

      There's a handy 'cloud' enabled saves storage script posted by one of the forum users - https://retropie.org.uk/forum/topic/18712/script-setup-script-to-sync-saves-to-cloud-services. You can maybe adapt it for your needs; it's based on rclone(rclone.org).
      Other than that, git would be easy to implement, but it's a bit overkill for this purpose - unless you'd like to have a versioning system in place. A simple rsync script would suffice.

      As for the file types, I guess you'll have to think if you want to synchronize:

      save states (*.state[X]) memory saves (*.srm) artwork/gamelistst (media folder and/or gamelist.xml).
    • M

      Error when updating RetroPie - Error running 'git pull' - returned 128

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support git git pull git error git pull error 128
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • G

      Keep all tmp files downloaded while installing?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support filesystem git setup
      6
      0 Votes
      6 Posts
      2k Views
      G

      to anyone else, this was added because of this thread on github
      https://github.com/RetroPie/RetroPie-Setup/issues/1743

    • P

      Idea: option to use ccache and/or persistent source

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development ccache building git new feature
      6
      0 Votes
      6 Posts
      1k Views
      BuZzB

      @psyke83 There is some information in ticket I think - this was intentional. Supposedly doing a git pull on shallow clone can strain the github servers (a popular project was asked not to do this). Also a full history may be important in these cases anyway, for those that want to keep the source around.

    • obsidianspiderO

      fatal: Not a git repository (or any of the parent directories): .git

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie-setup error linux git
      7
      0 Votes
      7 Posts
      3k Views
      UDb23U

      @BuZz thanks!

    • emulatedpurpleE

      Error Code 128

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support error-128 git
      11
      0 Votes
      11 Posts
      4k Views
      E

      @BuZz Well Ok then, i'll try later. Thanks for answering my question about keeping it. :)

    • T

      Error building N64 emu on Xubuntu x86

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ubuntu xubuntu glupen64 git
      9
      0 Votes
      9 Posts
      3k Views
      BuZzB

      @loganmc10 I added it for both X86/X86_64 anyway (keeps logic simple).

    • Lyle_JPL

      (How) Can I use git to make binaries of older emulator versions?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support git version build source emulator
      5
      0 Votes
      5 Posts
      2k Views
      RionR

      It would be easier to update your romset.

    • obsidianspiderO

      [SOLVED] How To Get RetroPie Commit Date

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie git bash
      8
      0 Votes
      8 Posts
      2k Views
      obsidianspiderO

      @BuZz git is something I know very little about, but I think I figured out how to get the versioning. Thanks :)