You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
https://github.com/godotengine/godot-git-plugin/wiki/Git-plugin-v3#faqs
From my testing, the line
Should have the : changed to a /
The image referenced immediately above is also incorrect.
The text was updated successfully, but these errors were encountered: