-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I tried to run this command:
And it failed with this message:
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x18 pc=0xc5ad3b]
goroutine 1 [running]:
github.com/go-git/go-git/v5.dotGitToOSFilesystems({0xc00000a480, 0x30}, 0x0)
github.com/go-git/go-git/v5@v5.4.2/repository.go:283 +0x25b
github.com/go-git/go-git/v5.PlainOpenWithOptions({0xc00000a480, 0x23}, 0xc000107b36)
github.com/go-git/go-git/v5@v5.4.2/repository.go:241 +0x45
github.com/go-git/go-git/v5.PlainOpen(...)
github.com/go-git/go-git/v5@v5.4.2/repository.go:235
main.originURL({0xc00000a480, 0xc000107b80})
github.com/muesli/gitty/git.go:102 +0x35
main.parseRepo({0xc00000a480, 0x23})
github.com/muesli/gitty/git.go:171 +0x27
main.parseRepository()
github.com/muesli/gitty/main.go:67 +0x18d
main.main()
github.com/muesli/gitty/main.go:256 +0x95
If I try to run:
- gitty github.com/muesli/gitty.git
Then everything goes fine!
gitty version: gitty 0.6.0 (5c5b621)
OS: Windows 10 x64
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working