hub
hub copied to clipboard
A command-line tool that makes git easier to use with GitHub.
### What happened? There are 1 security vulnerabilities found in gopkg.in/yaml.v2 v2.0.0-20190319135612-7b8349ac747c - [CVE-2019-11254](https://www.oscs1024.com/hd/CVE-2019-11254) ### What did I do? Upgrade gopkg.in/yaml.v2 from v2.0.0-20190319135612-7b8349ac747c to 2.2.8 for vulnerability fix ### What...
**Command attempted:** `hub pr list -s all -f "%U,%S,%cD,%uD,%au,%L,%n" > ~/prs-Oct-3-2022.csv` **What happened:** Received the following error w/ no output: ``` goroutine 1 [running]: panic(0x137da20, 0x1642d40) /usr/local/Cellar/go/1.15.5/libexec/src/runtime/panic.go:969 +0x1b9 github.com/github/hub/github.(*PullRequest).IsSameRepo(...) github/client.go:646...
**Command attempted:** `sudo apt-get install hub` **What happened:** After I ran the classic apt get to install hub its installing hub 2.7.0 while 2.14.2 is the lates **More info:** Each...
**The problem I'm trying to solve:** Having two repositories (eg. https://github.com/quarkusio/quarkus-http/ and https://github.com/undertow-io/undertow), I'm trying to cherry-pick some fixes from the latter to the former repository (eg. [undertow-io/undertow@`c81583a` (#1551)](https://github.com/undertow-io/undertow/pull/1551/commits/c81583ac096f9d0cae024e0282ba2c1362c9643c)) **How...
Running hub sync, I see ``` warning: `gssdp-0.14.15' seems to contain unpushed commits ``` Once hub sync completes, I kick it off again. Before it gets to `gssdp-0.14.15`, while it's...
**Command attempted:** hub sync **What happened:** When Github PR is rebased, instead of merged. hub sync can not cleanup local branches as they does not seems to be merged. I...
**Command attempted:** `hub browse` **What happened:** ``` $ hub browse github.com username: jasonhemann github.com password for jasonhemann (never stored): Error in browse: Not Found (HTTP 404) Not Found ``` **More...
I just found out GitHub organizations can now restrict how you can authenticate against them: ``` ▸ hub clone aikidosec/firewall-node github.com username: foca github.com password for foca (never stored): Error...
**Command attempted:** https://github.com/alphagov/centralised-security-logging-service/pull/1395 **What happened:** The GitHub action workflow fails when using a pat token with the correct permissions **More info:**
I was attempting to compile go from source using the latest HEAD. But I could not get the compilation to complete because it required a minimum version higher than the...