wailsapp / wails

Create beautiful applications using Go
https://wails.io
MIT License
25.2k stars 1.21k forks source link

How to solve the wails installation #579

Closed nethmiwijebandara closed 3 years ago

nethmiwijebandara commented 3 years ago

I'm new to Go. I try to develop a wail app. First of all I tried to install wails using:

go get github.com/wailsapp/wails/cmd/wails

But it gives the following error.

# cd C:\Users\...\go\src\github.com\wailsapp\wails; 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=<remote>/<branch> master

package github.com/wailsapp/wails/cmd/wails: exit status 1

I tried with this solution. But the I still have this issue. How can I solve this matter? Need your help. Thank you in advance.

leaanthony commented 3 years ago

Hi! This looks like some sort of local issue. What version of Go are you using?

EDIT: Looks like you cloned the repo instead of installing the module? Have you tried removing your cloned sources in ~/go/src/github.com/wailsapp/wails ?

leaanthony commented 3 years ago

@nethmiwijebandara - do you need any further help with this?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.