Mislav Marohnić
Mislav Marohnić
Are you sure you haven't removed anything from the below output: ``` % env HUB_VERBOSE=1 hub checkout http://github.com/apple/swift/pull/862 github.com username: gparker42 github.com password for gparker42 (never stored): > GET https://api.github.com/repos/apple/swift/pulls/862...
Thanks for updating. This is really weird. According to your HTTP log, it never even tries to exchange your username/password for OAuth token. I've never seen this behavior before. Which...
@gparker42 Thanks for all that info. Do you still have a persistent issue, or did it go away?
> where can I store the ~/.config/hub file when hub command is invoked through, for example, popen, vai python? @erictrade Are you saying that in those cases, `HOME` environment variable...
@erictrade I'm not sure if I follow what your issue is. Is something a blocker for you? Did you solve it? Would you share your solution with us, maybe in...
Does anyone still have a problem with 401 "Bad Credentials" error messages when using a recent version of hub? Otherwise I'm inclined to close this issue. Thanks everyone for your...
@dbushong Does your GHE host allow authentication via username & password?
Yes that is a very common request with GHE. I'm going to add a command that helps you configure your GHE authentication by prompting you to paste a Personal Access...
@maxandersen In the meantime, until hub implements re-authorization, can you just swap your token in `~/.config/hub` with the one that you pasted as `GITHUB_TOKEN`?
Thank you for reporting! This seems like it's a bug with GitHub API. I'll update this thread once it's resolved! > can we actually **change the tag of a draft...