The Wayback Machine - https://web.archive.org/web/20220517142259/https://github.com/topics/gitea
Skip to content
#

gitea

Here are 280 public repositories matching this topic...

sergey-cs
sergey-cs commented May 12, 2022

Description

When creating a release in repo, the telegram bot sends the following message:

[{owner}/{repo}] Release created: {release_title} by {publisher}

A link is added to {release_title} : https://{base_url}/{owner}/{repo}/src/{tag_name}
This is a link to the tag although a link to the release was expected: https://{base_url}/{owner}/{repo}/releases/tag/{tag_name}

kind/bug good first issue
agola
ghorg
gabrie30
gabrie30 commented Sep 30, 2021

Is your feature request related to a problem? Please describe.
Ensure the README.md understandable for users of all experience levels and domain expertise.

Describe the solution you'd like
Would be great to get some feedback on the readme to flush out anything that is unclear/not obvious and or spelling/grammar mistakes. Please open a PR for review.

good first issue
nikitavbv
nikitavbv commented Dec 12, 2017

Currently if you try to clone a repository from github and you don't have any ssh keys configured at github, you will fail to clone and get such message:

Fatal error: fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Even Permission denied (publickey). message is not shown.

@guyzmo offered to "suggest a

Improve this page

Add a description, image, and links to the gitea topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gitea topic, visit your repo's landing page and select "manage topics."

Learn more