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

Git over https (git+https) fails #151

Open
cyberwombat opened this issue Sep 22, 2022 · 0 comments
Open

Git over https (git+https) fails #151

cyberwombat opened this issue Sep 22, 2022 · 0 comments

Comments

@cyberwombat
Copy link

cyberwombat commented Sep 22, 2022

The following URL on version 13.0.0 git+https://example.org yields:

 {
  "protocols": [
    "git",
    "https"
  ],
  "protocol": "git",
  "port": "",
  "resource": "example.org",
  "host": "example.org",
  "user": "",
  "password": "",
  "pathname": "",
  "hash": "",
  "search": "",
  "href": "git+https://example.org",
  "query": {},
  "parse_failed": false,
  "token": "",
  "source": "example.org",
  "git_suffix": false,
  "name": "example.org",
  "owner": "git+https:/",
  "ref": "",
  "filepathtype": "",
  "filepath": "",
  "organization": "git+https:/",
  "full_name": "git+https://example.org"
}

name and owner should be empty. I want to say that they used to be - my test started failing after an upgrade.

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

1 participant