Skip to content

Commit c35bcba

Browse files
0.7.0
1 parent 9675c5a commit c35bcba

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.changeset/add-gh-auth-setup-git.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# gh-setup-git-identity
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 42cf449: Add support for `gh auth setup-git` command
8+
9+
- Added new `runGhAuthSetupGit()` function to configure git to use GitHub CLI as credential helper
10+
- CLI now automatically runs `gh auth setup-git -h <hostname>` after successful `gh auth login`
11+
- CLI also runs `gh auth setup-git` when already authenticated to ensure proper configuration
12+
- Updated documentation with `gh auth setup-git` information and API reference
13+
14+
This fixes the "could not read Username for 'https://github.com': No such device or address" error that occurs when git operations are attempted without the credential helper being configured.
15+
16+
Fixes #24
17+
318
## 0.6.0
419

520
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-setup-git-identity",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "A tool to setup git identity based on current gh user",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)