a repo can not open #3385

Closed
opened 2025-11-02 05:11:14 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @cevin on GitHub (May 27, 2019).

  • Gitea version (or commit ref):1.8.1
  • Git version:1.8.3.1
  • Operating system: centos 7
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant

Description

2019/05/27 13:16:30 [...ules/context/repo.go:352 func1()] [E] GetTags: exit status 129 - error: unknown option `sort=-v:refname'
usage: git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]
   or: git tag -d <tagname>...
   or: git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] 
		[<pattern>...]
   or: git tag -v <tagname>...

    -l, --list            list tag names
    -n[<n>]               print <n> lines of each tag message
    -d, --delete          delete tags
    -v, --verify          verify tags

Tag creation options
    -a, --annotate        annotated tag, needs a message
    -m, --message <message>
                          tag message
    -F, --file <file>     read message from file
    -s, --sign            annotated and GPG-signed tag
    --cleanup <mode>      how to strip spaces and #comments from message
    -u, --local-user <key id>
                          use another key to sign the tag
    -f, --force           replace the tag if exists
    --column[=<style>]    show tag list in columns

Tag listing options
    --contains <commit>   print only tags that contain the commit
    --points-at <object>  print only tags of the object

Screenshots

url: domain/user/repo
image

Originally created by @cevin on GitHub (May 27, 2019). - Gitea version (or commit ref):1.8.1 - Git version:1.8.3.1 - Operating system: centos 7 - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No - [ ] Not relevant ## Description ```log 2019/05/27 13:16:30 [...ules/context/repo.go:352 func1()] [E] GetTags: exit status 129 - error: unknown option `sort=-v:refname' usage: git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>] or: git tag -d <tagname>... or: git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] [<pattern>...] or: git tag -v <tagname>... -l, --list list tag names -n[<n>] print <n> lines of each tag message -d, --delete delete tags -v, --verify verify tags Tag creation options -a, --annotate annotated tag, needs a message -m, --message <message> tag message -F, --file <file> read message from file -s, --sign annotated and GPG-signed tag --cleanup <mode> how to strip spaces and #comments from message -u, --local-user <key id> use another key to sign the tag -f, --force replace the tag if exists --column[=<style>] show tag list in columns Tag listing options --contains <commit> print only tags that contain the commit --points-at <object> print only tags of the object ``` ## Screenshots > url: domain/user/repo ![image](https://user-images.githubusercontent.com/338110/58397054-e3a6b280-8081-11e9-8bb2-8f463884e3f3.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3385