fatal: repository 'https://github.com/filmtwine/backend/' not found
Closed this issue · 2 comments
DaveAppleton commented
After running go get github.com/mantishK/wormhole
go get github.com/mantishK/wormhole
cd .; git clone https://github.com/filmtwine/backend /Users/daveappleton/DOCUMENTS/go/src/github.com/filmtwine/backend
Cloning into '/Users/daveappleton/DOCUMENTS/go/src/github.com/filmtwine/backend'...
remote: Repository not found.
fatal: repository 'https://github.com/filmtwine/backend/' not found
package github.com/mantishK/wormhole
imports github.com/filmtwine/backend/views: exit status 128
mantishK commented
The issue was the import statement in the authentication filter. It was trying to import from my existing project and it works on my local since the existing project was installed. Its now resolved and is on master.
mantishK commented
Closing this issue.