Skip to content

Git over https (git+https) fails #151

@cyberwombat

Description

@cyberwombat

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions