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

https://github.com/godotengine/godot-git-plugin/wiki/Git-plugin-v3#faqs recommends wrong format for PAT login to GitHub #237

Open
ericlamotte opened this issue May 9, 2024 · 1 comment

Comments

@ericlamotte
Copy link

ericlamotte commented May 9, 2024

https://github.com/godotengine/godot-git-plugin/wiki/Git-plugin-v3#faqs
From my testing, the line

"Note the [email protected]:<organization>/<repository>.git format in the remote URL."

Should have the : changed to a /
The image referenced immediately above is also incorrect.

@Calinou
Copy link
Member

Calinou commented May 20, 2024

Should have the : changed to a /

This is strange, as [email protected]/organisation/repository.git is not a valid Git remote URL with Git 2.45.1.

git remote add example [email protected]/godotengine/godot.git      
git pull example

Results in:

fatal: '[email protected]/godotengine/godot.git' does not appear to be a git repository
fatal: Could not read from remote repository.

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

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

No branches or pull requests

2 participants