omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Recurring dumb question on git in stash and gitview

    Pythonista
    2
    5
    2901
    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.
    • polymerchm
      polymerchm last edited by

      Seems since the latest 1.6 update, again I seem to have dulwich versions that want to fork a new process. Please remind how to get rid of these? Shellista seems not to have this issue.

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        Iirc, this happens if you don't use https://github.com/yourname/yourrepo.git, but instead use github.com/yourname/yourrepo.git.. It thinks you are trying to access a local file repo, instead of a http repo. I thought I had something that checked for this, but maybe not (I think I check for he missing .git, which was a common mistake, but maybe not for missing https)

        1 Reply Last reply Reply Quote 0
        • polymerchm
          polymerchm last edited by

          You are right as regards stash. Gitui (gitview) still hosed. still forking. Will stick to stash for pushing.

          1 Reply Last reply Reply Quote 0
          • JonB
            JonB last edited by

            Make sure your origin is set correctly. IN stash type git remote and verify that the correct https is shown. If not, git remote origin https://correctaddress should fix it so gitui should be able to see the correct alias.

            1 Reply Last reply Reply Quote 0
            • polymerchm
              polymerchm last edited by

              As always, thanks.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB Forums | Contributors