google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 118 forks source link

Unable to install skicka in ubuntu 16.4 server #113

Closed bsudhir6 closed 5 years ago

bsudhir6 commented 7 years ago

Hi I'm unable to install skicka in ubuntu when I execute go get github.com/skicka or similar command it just shows empty console in the next like. I did setup $GOPATH as mentioned in the document.

mmp commented 7 years ago

I believe that "no output" means that the command executed successfully. Is there a skicka binary in your $GOPATH/bin directory?

Thanks, Matt

On Wed, Mar 8, 2017 at 3:12 PM, bsudhir6 notifications@github.com wrote:

Hi I'm unable to install skicka in ubuntu when I execute go get github.com/skicka or similar command it just shows empty console in the next like. I did setup $GOPATH as mentioned in the document.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/skicka/issues/113, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGQp8mwWkaq6hfGJHi3LexCVAWNbloeks5rjzX7gaJpZM4MXbxl .

bsudhir6 commented 7 years ago

No matt. No output in the sense it's not returning to shell prompt back. It just stays empty and I had to use Ctrl+C to come out of it. And no there is no binary in $GOPATH folder.

I was following - http://xatierlike.blogspot.in/2015/05/skicka-google-drive-command-line-tool.html to install skicka as I was not sure about $GOPATH setting mentioned in github page. PFA attached skicka errors

mmp commented 7 years ago

Does it work to install other packages with "go get"? What happens if you run with the -v flag for verbose output?

go get -v github.com/google/skicka

?

On Wed, Mar 8, 2017 at 6:45 PM, bsudhir6 notifications@github.com wrote:

No matt. No output in the sense it's not returning to shell prompt back. It just stays empty and I had to use Ctrl+C to come out of it. And no there is no binary in $GOPATH folder.

I was following - http://xatierlike.blogspot.in/ 2015/05/skicka-google-drive-command-line-tool.html to install skicka as I was not sure about $GOPATH setting mentioned in github page. PFA attached [image: skicka errors] https://cloud.githubusercontent.com/assets/2923168/23733741/96872b56-04a0-11e7-8bbd-7c4c075a0483.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/google/skicka/issues/113#issuecomment-285238646, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGQpz0NkTspghx2eq-xX0wihqzPEnnfks5rj2fkgaJpZM4MXbxl .

agoode commented 5 years ago

Please reopen if this is still an issue.