git-cl
git-cl copied to clipboard
Links to references are not printed when the repository is cloned using https
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
The logic in repositoryURL and compareURL is apparently being duplicated.