omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. scrimple

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    scrimple

    @scrimple

    0
    Reputation
    377
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    scrimple Unfollow Follow

    Latest posts made by scrimple

    • RE: Cloning from Github repo with SSH key auth (using StaSh toolset)

      I do not. Been burnt by too many git client clones on the app store before, but thanks for the recommendation. Is there a decent method for connecting it to pythonista?

      posted in Pythonista
      scrimple
      scrimple
    • RE: Cloning from Github repo with SSH key auth (using StaSh toolset)

      Using it straight with the ~/.ssh/config set and keys available, only passes back SSHException "Authentication Method Not Available" (from paramiko, I believe, but it would help if there were verbose modes to see the full traceback)

      posted in Pythonista
      scrimple
      scrimple
    • Cloning from Github repo with SSH key auth (using StaSh toolset)

      Just wanted to know if anyone's gotten git-clone working against a github repo of theirs using some kind of auth method?

      (Edit: I'm using the latest StaSh set of tools from ywangd/stash and the vanilla gittle, dulwich packages from jsbain)

      The current stash/bin/git.py utility doesn't include anything in the auth kwarg by default, so I first tried hacking it by modifying the method to include:

      auth=gittle.GittleAuth(username="me", pkey=(os.path.join(os.environ['HOME'], '.ssh/pkey')))
      

      ... and adding auth=auth to the Gittle.clone() call, but that returns a duplicate keyword error. Finding this annoyingly hard to debug or fix. What am I doing wrong, here?

      posted in Pythonista
      scrimple
      scrimple