[root@fb7b1aa73976 /]# gh auth login
? Where do you use GitHub? GitHub.com
? What is your preferred protocol for Git operations on this host? HTTPS
? Authenticate Git with your GitHub credentials? Yes
? How would you like to authenticate GitHub CLI? Login with a web browser
! First copy your one-time code: ECB9-*
Press Enter to open https://github.com/login/device in your browser...
! Failed opening a web browser at https://github.com/login/device
exec: "xdg-open,x-www-browser,www-browser,wslview": executable file not found in $PATH
Please try entering the URL in your browser manually
✓ Authentication complete.
- gh config set -h github.com git_protocol https
✓ Configured git protocol
! Authentication credentials saved in plain text
✓ Logged in as wh
This update has been submitted for testing by mikelo2.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Works in a RHEL 10.1 beta container:
This update can be pushed to stable now if the maintainer wishes
Works fine on a CentOS 10 container:
Fully functional in CoreOS 10 container:
[root@fb7b1aa73976 /]# cat /etc/redhat-release CentOS Stream release 10 (Coughlan) [root@fb7b1aa73976 /]# gh --version gh version 2.76.1 (2025-07-29) https://github.com/cli/cli/releases/tag/v2.76.1
[root@fb7b1aa73976 /]# gh auth login ? Where do you use GitHub? GitHub.com ? What is your preferred protocol for Git operations on this host? HTTPS ? Authenticate Git with your GitHub credentials? Yes ? How would you like to authenticate GitHub CLI? Login with a web browser
! First copy your one-time code: ECB9-* Press Enter to open https://github.com/login/device in your browser... ! Failed opening a web browser at https://github.com/login/device exec: "xdg-open,x-www-browser,www-browser,wslview": executable file not found in $PATH Please try entering the URL in your browser manually ✓ Authentication complete. - gh config set -h github.com git_protocol https ✓ Configured git protocol ! Authentication credentials saved in plain text ✓ Logged in as wh
[root@fb7b1aa73976 /]# gh repo clone wh*** Cloning into 'servers'... remote: Enumerating objects: 9715, done. remote: Total 9715 (delta 0), reused 0 (delta 0), pack-reused 9715 (from 1) Receiving objects: 100% (9715/9715), 3.59 MiB | 690.00 KiB/s, done. Resolving deltas: 100% (6495/6495), done. remote: Enumerating objects: 1477, done. remote: Counting objects: 100% (882/882), done. remote: Compressing objects: 100% (134/134), done. remote: Total 1477 (delta 860), reused 748 (delta 748), pack-reused 595 (from 4) Receiving objects: 100% (1477/1477), 21.26 MiB | 32.98 MiB/s, done. Resolving deltas: 100% (964/964), completed with 135 local objects. From https://github.com/modelcontextprotocol/servers * [new branch] main -> upstream/main * [new tag] 0.1.0 -> 0.1.0 * [new tag] 0.2.0 -> 0.2.0 * [new tag] 0.3.0 -> 0.3.0 * [new tag] 0.3.1 -> 0.3.1 * [new tag] 0.4.0 -> 0.4.0 * [new tag] 0.4.1 -> 0.4.1 * [new tag] 0.5.0 -> 0.5.0 * [new tag] 0.5.1 -> 0.5.1 * [new tag] python-servers-0.6.1 -> python-servers-0.6.1 * [new tag] python-servers-0.6.2 -> python-servers-0.6.2 * [new tag] typescript-servers-0.6.0 -> typescript-servers-0.6.0 * [new tag] typescript-servers-0.6.1 -> typescript-servers-0.6.1 * [new tag] typescript-servers-0.6.2 -> typescript-servers-0.6.2 ! Repository modelcontextprotocol/servers set as the default repository. To learn more about the default repository, run: gh repo set-default --help [root@fb7b1aa73976 /]#
This update has been submitted for stable by bodhi.
This update has been pushed to stable.