+1 vote
in Gitea by
What is mean by Not seeing a clone URL or the clone URL being incorrect in Gitea?

1 Answer

0 votes
by

There are a few places that could make this show incorrectly.

  1. If using a reverse proxy, make sure you have followed the correction directions in the reverse proxy guide
  2. 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

Related questions

+1 vote
asked Jan 13, 2022 in Gitea by DavidAnderson
+1 vote
+1 vote
asked Jan 12, 2022 in Gitea by DavidAnderson
...