Skip to content

Replace ssh with https #18229

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

Merged
merged 5 commits into from Oct 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ Eric Brine <[email protected]>
Eric E. Coe <[email protected]>
Eric Fifer <[email protected]>
Eric Herman <[email protected]>
Eric Lindblad <[email protected]>
Eric Melville
Eric Promislow <[email protected]>
Erich Rickheit
Expand Down
7 changes: 7 additions & 0 deletions pod/perlhack.pod
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ L<https://help.github.com/en/articles/working-with-forks>.

% git remote add fork [email protected]:MyUser/perl5.git

For more information, see L<"Connecting to GitHub with SSH"|https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/connecting-to-github-with-ssh>.

If you'd rather use an HTTPS URL for your C<git push> see L<"Cloning with
HTTPS URLs"|https://docs.github.com/en/free-pro-team@latest/github/using-git/which-remote-url-should-i-use#cloning-with-https-urls>.

% git remote add fork https://github.com/MyUser/perl5.git

Then, push your new branch to your fork.

% git push -u fork mychange
Expand Down