skicka installation on Windows

247 views
Skip to first unread message

Rasta G.

unread,
Apr 15, 2015, 2:08:40 PM4/15/15
to skicka...@googlegroups.com
Hi,

first of all, many thanks for great software. I using it on Linux, but some of my collegues want it on Windows.
I installed Git, Mercurial, set PATH and GOPATH.
I'm in stuck on this:

Thanks for help.

Rasta

Matt Pharr

unread,
Apr 23, 2015, 8:18:38 PM4/23/15
to Rasta G., skicka...@googlegroups.com
Very mysterious; I'm not sure what's going on (and unfortunately don't have a Windows system to test on.)  What happens if you try running:


and


on their own?

Thanks,
Matt


--
You received this message because you are subscribed to the Google Groups "skicka-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skicka-users...@googlegroups.com.
To post to this group, send email to skicka...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skicka-users/a322265d-dc02-4546-8149-63d3effcf3b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Radek Šafránek

unread,
Apr 24, 2015, 2:40:09 AM4/24/15
to ma...@pharr.org, skicka...@googlegroups.com
C:\>
# cd C:\Go-progs\src\google.golang.org\api; git pull --ff-only
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> master

package google.golang.org/api/googleapi: exit status 1

C:\>
C:\>
# cd C:\Go-progs\src\google.golang.org\api; git pull --ff-only
   2f61148..b80bb08  master     -> origin/master
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> master

package google.golang.org/api/drive/v2: exit status 1

C:\>

Thanks,
Rasta




Bradley Grainger

unread,
Apr 30, 2015, 1:05:56 PM4/30/15
to skicka...@googlegroups.com
I'm on Windows 8.1 and was able to get and build skicka with the following steps. I'm using Git Bash (from msysgit-1.9.5), with Go installed in C:\Go.

mkdir /c/Code/Go
export GOPATH=/c/Code/Go
export PATH=$PATH:/c/Program\ Files/Mercurial/
/c/Go/bin/go get github.com/google/skicka

I haven't tried building from a regular Command Prompt.

Bradley
Reply all
Reply to author
Forward
0 new messages