jfrog / jfrog-cli

JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
Apache License 2.0
536 stars 234 forks source link

404 on LFS Download #63

Closed dsoprea closed 7 years ago

dsoprea commented 7 years ago
$ go get github.com/jfrogdev/jfrog-cli-go/jfrog
# cd .; git clone https://github.com/jfrogdev/jfrog-cli-go /home/local/MAGICLEAP/doprea/development/go/gopath/src/github.com/jfrogdev/jfrog-cli-go
Cloning into '/home/doprea/development/go/gopath/src/github.com/jfrogdev/jfrog-cli-go'...
Triggering .git/hooks/post-checkout
Fetching master
Git LFS: (0 of 0 files, 1 skipped) 0 B / 0 B, 22 B skipped                     [4bf4c8c0fef3f5c8cf6f255d1c784377138588c0a9abe57e440bce3ccb350c2e] Object does not exist on the server: [404] Object does not exist on the server
error: failed to push some objects to 'https://github.com/jfrogdev/jfrog-cli-go.git/info/lfs'
package github.com/jfrogdev/jfrog-cli-go/jfrog: exit status 2
markgalpin commented 7 years ago

I did this inside the golang:latest docker container (for a clean config environment) and did not experience an issue. Maybe there's a configuration in your git config? It looks like you have a post-checkout hook that's not part of the standard git config that's trying to push back to an LFS path of some sort?

eyalbe4 commented 7 years ago

@dsoprea, Did you manage to get this issue resolved?

eyalbe4 commented 7 years ago

@dsoprea, I'm closing this issue for now. Do let us know if you need further assistance.