Closed rkulla closed 8 years ago
Upon a little further investigation, this seems to mainly be a general issue with gopkg.in and nothing to do with sql-migrate's choice of dependencies. Some say it's an outdated git issue but i'm running git version 2.2.1. You can probbly disregard this issue.
This isn't a sql-migrate issue per se, but it may be worth mentioning in the documentation.
I went to install sql-migrate per in the instructions:
but got the following errors:
I was able to resolve it on my machine by doing:
Now it installed. However, that means that gorp all of a sudden decided to stop timing out. So some people may need to grab gorp manually
git clone --branch v1 https://github.com/go-gorp/gorp $GOPATH/src/gopkg.in/gorp.v1
. So reproducing this error might be difficult, depending on why it's timing out.