Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-it don't asks for SSH passphrase under Windows #1072

Open
SachsenspieltCoding opened this issue Dec 30, 2023 · 1 comment
Open

release-it don't asks for SSH passphrase under Windows #1072

SachsenspieltCoding opened this issue Dec 30, 2023 · 1 comment

Comments

@SachsenspieltCoding
Copy link

Hi there,
I am trying to use release-it on a Windows machine. Since I use SSH for my repos, I want to use release-it with it.
But when I try to run it, it says it can't autorize, which makes sense because it doesn't ask for any keyphrase.

(node:19248) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
ERROR Unable to fetch from git@github.com:********/*****.git
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I tried the exact same command (npx release-it) on a Ubuntu WSL machine where the SSH auth process worked fine.
Where did I miss something? Manual git commands are working under Windows with SSH.

@SachsenspieltCoding SachsenspieltCoding changed the title Release-It don't asks for SSH passphrase release-it don't asks for SSH passphrase under Windows Dec 30, 2023
@webpro
Copy link
Collaborator

webpro commented Jan 17, 2024

Not a Windows user myself, but I think the difference might be in an SSH agent running that takes care of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants