There are a few places that could make this show incorrectly.
- If using a reverse proxy, make sure you have followed the correction directions in the reverse proxy guide
- Make sure you have correctly set
ROOT_URL
in the server
section of your app.ini
If certain clone options aren’t showing up (HTTP/S or SSH), the following options can be checked in your app.ini
DISABLE_HTTP_GIT
: if set to true, there will be no HTTP/HTTPS link
DISABLE_SSH
: if set to true, there will be no SSH link
SSH_EXPOSE_ANONYMOUS
: if set to false, SSH links will be hidden for anonymous users