Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid syntax error when pushing #2022

Closed
5 tasks
mangkang opened this issue Jun 20, 2017 · 2 comments
Closed
5 tasks

Invalid syntax error when pushing #2022

mangkang opened this issue Jun 20, 2017 · 2 comments
Labels
Milestone

Comments

@mangkang
Copy link

mangkang commented Jun 20, 2017

  • Gitea version (or commit ref): 1.1.2
  • Git version: 2.11.0
  • Operating system: OS X Client / Ubuntu 64 Server
  • Database (use [x]):
    • PostgreSQL
    • [ X] MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • [ X] Not relevant
  • Log gist:

Hi, I am experiencing an unexpected error when pushing to Gitea from local to remote.
This seems to be related to a commit comment. There is no other error in the server log files.

The client side error in red is:

remote: 2017/06/20 21:58:55 [...tea/models/update.go:147 PushUpdate()] [E] updateIssuesCommit: strconv.ParseInt: parsing "ITOM-9100": invalid syntax

$ git push
Counting objects: 469427, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (123252/123252), done.
Writing objects: 100% (469427/469427), 120.48 MiB | 556.00 KiB/s, done.
Total 469427 (delta 299793), reused 441750 (delta 272388)
remote: 2017/06/20 21:58:55 [...tea/models/update.go:147 PushUpdate()] [E] updateIssuesCommit: strconv.ParseInt: parsing "ITOM-9100": invalid syntax
To https://172.30.47.164:3000/abc/repo1

  • [new branch] master -> master

Thanks,

MK

@lafriks
Copy link
Member

lafriks commented Jun 20, 2017

can you give exact commit message?

@mangkang
Copy link
Author

mangkang commented Jun 20, 2017

Here are the two commit messages with that string pattern:

#ITOM-9100 i.e To reflect availability changes done to fix status Report\n\ngit-svn-id: https://svn501.myhost.com/svn/itom/trunk@42563 86a4919b-b3e0-4e62-bec7-4511e7be0dea\n

#[JIRA] (ITOM-9100) Enhanced the availability discrepancy utility to the the new availability changes
git-svn-id: https://svn501.myhost.com/svn/itom/trunk@41971 86a4919b-b3e0-4e62-bec7-4511e7be0dea

@lunny lunny added the type/bug label Jun 21, 2017
@lunny lunny added this to the 1.x.x milestone Jun 21, 2017
lafriks added a commit to lafriks-fork/gitea that referenced this issue Jul 12, 2017
@lunny lunny modified the milestones: 1.2.0, 1.x.x Jul 13, 2017
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants