You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing from GitHub to Gogs I get this error.
Can be reproduced with
{
"name": "easyloggingpp",
"description": "Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.",
"homepage": "",
"private": false,
"has_issues": false,
"has_projects": true,
"has_wiki": false,
"has_downloads": true
}
In Gogs UI we see:
Description of repository. Maximum 512 characters length.
When importing from GitHub to Gogs I get this error.
Can be reproduced with
In Gogs UI we see:
In fact with the API the limit is maximum 255. See https://github.com/gogs/go-gogs-client/blob/master/repo.go#L67
The description field should be truncated when creating a Gogs repository.
The text was updated successfully, but these errors were encountered: