git-cl icon indicating copy to clipboard operation
git-cl copied to clipboard

Links to references are not printed when the repository is cloned using https

Open yerayrodriguez opened this issue 2 years ago • 1 comments

Description When cloning a github repository using https the links of the different tags are not generated. If the clone is done with git protocol it works correctly.

Environment Ubuntu Linux 22.04

Code version latest available

Steps to reproduce the problem

  • git clone https://github.com/uptech/git-cl.git
  • cd git-cl
  • make build
  • make install
  • git cl full | less

Expected result

  • the output includes at the end the links to the different tags.

Result obtained

  • the links do not appear

yerayrodriguez avatar Aug 10 '23 20:08 yerayrodriguez

The logic in repositoryURL and compareURL is apparently being duplicated.

yerayrodriguez avatar Aug 10 '23 20:08 yerayrodriguez