lazygit icon indicating copy to clipboard operation
lazygit copied to clipboard

lazygit error on new install

Open dsisnero opened this issue 2 years ago • 0 comments

Describe the bug lazygit errors when trying to run

To Reproduce Steps to reproduce the behavior:

  1. Go to cloned directory , cd kiota
  2. lazygit -d 2>&1
  3. See error lazygit -d 2>&1

development.log

E:\windows_home\.cache\go\mod\github.com\jesseduffield\[email protected]\pkg\commands\oscommands>dir
 Volume in drive E is f
 Volume Serial Number is 4CCE-F67D

 Directory of E:\windows_home\.cache\go\mod\github.com\jesseduffield\[email protected]\pkg\commands\oscommands

01/16/2024  12:33 PM    <DIR>          .
01/16/2024  12:33 PM    <DIR>          ..
01/16/2024  12:33 PM             6,131 cmd_obj.go
01/16/2024  12:33 PM             2,319 cmd_obj_builder.go
01/16/2024  12:33 PM            10,919 cmd_obj_runner.go
01/16/2024  12:33 PM               512 cmd_obj_runner_default.go
01/16/2024  12:33 PM             3,346 cmd_obj_runner_test.go
01/16/2024  12:33 PM             1,285 cmd_obj_runner_win.go
01/16/2024  12:33 PM             1,121 cmd_obj_test.go
01/16/2024  12:33 PM             3,569 copy.go
01/16/2024  12:33 PM             1,663 dummies.go
01/16/2024  12:33 PM             3,831 fake_cmd_obj_runner.go
01/16/2024  12:33 PM             2,034 gui_io.go
01/16/2024  12:33 PM             8,515 os.go
01/16/2024  12:33 PM               299 os_default_platform.go
01/16/2024  12:33 PM             3,257 os_default_test.go
01/16/2024  12:33 PM             3,918 os_test.go
01/16/2024  12:33 PM               135 os_windows.go
01/16/2024  12:33 PM             1,808 os_windows_test.go
              17 File(s)         54,662 bytes
               2 Dir(s)  2,934,169,120,768 bytes free

E:\windows_home\.cache\go\mod\github.com\jesseduffield\[email protected]\pkg\commands\oscommands>

Expected behavior lazygit starts up normally

Screenshots If applicable, add screenshots to help explain your problem.

Version info:

e:\programming\source\repos\git\kiota>lazygit --version
commit=, build date=, build source=unknown, version=unversioned, os=windows, arch=amd64, git version=2.43.0.windows.1

Additional context installed with

go install github.com/jesseduffield/lazygit@latest

Note: please try updating to the latest version or manually building the latest master to see if the issue still occurs.

dsisnero avatar Jan 16 '24 20:01 dsisnero