-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Describe the bug
The repository URL in package.json contains a syntax error: The double colon
Steps
- Run git ls-remote
git@github.com::base/base-web.git - Observe error:
fatal: remote error: is not a valid repository name - Wrote PR with corrected URL
git@github.com:base-org/base-web.git: fixed incorrect URL #2936 - Tested via
cmdand saw a successful result.
Expected behavior
The repository field should point to a valid GitHub repository without syntax errors.
Additional info
No response
Environment
No response
Metadata
Metadata
Assignees
Labels
No labels