Hello, I’m having some issues getting a repo set up on a new machine. The project is using git lfs, and netlify large media. Everything seemed to be working on my desktop, but now I’m having issues getting the project set up on this laptop.
Currently, when I run git lfs pull
I get the following error:
panic: runtime error: slice bounds out of range [:6] with length 0
goroutine 1 [running]:
github.com/netlify/netlify-credential-helper/credentials.getCredentials(0x17e3400, 0xc00000e010, 0x17e3440, 0xc00000e018, 0xc0001525b0, 0x1732c60)
/home/david/src/github.com/netlify/netlify-credential-helper/credentials/credentials.go:127 +0xd27
github.com/netlify/netlify-credential-helper/credentials.handleCommand(0x7ffeefbffa89, 0x3, 0x17e3400, 0xc00000e010, 0x17e3440, 0xc00000e018, 0x16988a0, 0xc000418301)
/home/david/src/github.com/netlify/netlify-credential-helper/credentials/credentials.go:66 +0x7c
github.com/netlify/netlify-credential-helper/credentials.HandleCommand()
/home/david/src/github.com/netlify/netlify-credential-helper/credentials/credentials.go:53 +0x309
main.main()
/home/david/src/github.com/netlify/netlify-credential-helper/cmd/netlify-credential-helper/main.go:6 +0x20
Username for 'https://e587b35e-fd58-4ec3-934d-5b92f88ad9fe.netlify.app':
running netlify lm:info
:
✔ Checking Git version [2.29.2]
✔ Checking Git LFS version [2.13.2]
✔ Checking Git LFS filters
✔ Checking Netlify's Git Credentials version [0.1.9]
running netlify status
:
──────────────────────┐
Current Netlify User │
──────────────────────┘
Name: Nathan Gross
Email: nathan@bldg13.com
Teams:
Nathan Gross's team: Owner Collaborator
────────────────────┐
Netlify Site Info │
────────────────────┘
Current site: ragledesign
Netlify TOML: /Users/nathan/Code/ragledesign/netlify.toml
Admin URL: https://app.netlify.com/sites/ragledesign
Site URL: https://ragledesign.netlify.app
Site Id: e587b35e-fd58-4ec3-934d-5b92f88ad9fe
Not sure where else to look. Thanks in advance!