use lfs crash with TortoiseGit #2021

Closed
opened 2025-11-02 04:21:27 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @RelicOfTesla on GitHub (Jul 7, 2018).

  • Gitea version (or commit ref): gitea-1.5.0-rc1-windows-4.0-386
  • Git version: git version 2.18.0.windows.1
  • TortoiseGit: 2.6.0.0
  • Operating system: win7
  • Database: SQLite

Description

mkdir a
cd a
git init
git lfs track "*.msi"
git add .gitattributes
echo aaa>a.msi
git add a.msi
git commit -a -m "init"
git remote add origin relicOfTesla@RelicOfTesla.iok.la:RelicOfTesla/bigfile.git
git push -u origin master
cd ..
mkdir b
git clone relicOfTesla@RelicOfTesla.iok.la:RelicOfTesla/bigfile.git
cd bigfile
explorer.exe .
## 1.right click directory menu.
## 2. click [TortoiseGit - commit]
## now. TortoiseGit crash...

But use github.com. it's OK. not crash .

Originally created by @RelicOfTesla on GitHub (Jul 7, 2018). - Gitea version (or commit ref): gitea-1.5.0-rc1-windows-4.0-386 - Git version: git version 2.18.0.windows.1 - TortoiseGit: **2.6.0.0** - Operating system: win7 - Database: SQLite ## Description ``` mkdir a cd a git init git lfs track "*.msi" git add .gitattributes echo aaa>a.msi git add a.msi git commit -a -m "init" git remote add origin relicOfTesla@RelicOfTesla.iok.la:RelicOfTesla/bigfile.git git push -u origin master cd .. mkdir b git clone relicOfTesla@RelicOfTesla.iok.la:RelicOfTesla/bigfile.git cd bigfile explorer.exe . ## 1.right click directory menu. ## 2. click [TortoiseGit - commit] ## now. TortoiseGit crash... ``` **But use github.com. it's OK. not crash .**
GiteaMirror added the type/question label 2025-11-02 04:21:27 -06:00
Author
Owner

@lafriks commented on GitHub (Jul 7, 2018):

Is there are anything relevant in gitea.log? Also it would be good to report this also to tortoisegit project

@lafriks commented on GitHub (Jul 7, 2018): Is there are anything relevant in gitea.log? Also it would be good to report this also to tortoisegit project
Author
Owner

@RelicOfTesla commented on GitHub (Jul 7, 2018):

gitea.log nothing error log.
I don't known how can i see the tortoisegit.log
Im think TortoiseGit support lfs. because it's stable with github.com.
It's only crash in gitea clone (LFS)repository

@RelicOfTesla commented on GitHub (Jul 7, 2018): gitea.log nothing error log. I don't known how can i see the tortoisegit.log Im think TortoiseGit support lfs. because it's stable with github.com. It's only crash in gitea clone (LFS)repository
Author
Owner

@lafriks commented on GitHub (Jul 7, 2018):

Could this be related to this: https://gitlab.com/tortoisegit/tortoisegit/issues/3164

@lafriks commented on GitHub (Jul 7, 2018): Could this be related to this: https://gitlab.com/tortoisegit/tortoisegit/issues/3164
Author
Owner

@RelicOfTesla commented on GitHub (Jul 7, 2018):

thanks

@RelicOfTesla commented on GitHub (Jul 7, 2018): thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2021