You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
When I first launched gistup and tried to get a personal access token, I got the following error message.
ERROR: the remote "origin" looks funny.
I was expecting something like
[email protected]:123456789.git
but instead the remote URL is
https://gist.github.com/suewonjp/6cb1c64274069a60286972085e234696.git
so I’m giving up. Sorry.
What do you think I am missing?
The text was updated successfully, but these errors were encountered:
That error message doesn’t appear to be generated by gistup. It looks like you’re trying to run gistup-open or gistup-rename in a Gist git repository that you cloned manually, rather than one that was created using gistup.
When you create a Gist with gistup, it uses the git protocol to sync with GitHub, like so:
We could possibly make gistup-open and gistup-rename more tolerant and allow either HTTPS or Git protocol URLs by relaxing the regex, e.g. gistup-open:L55:
When I first launched gistup and tried to get a personal access token, I got the following error message.
What do you think I am missing?
The text was updated successfully, but these errors were encountered: