Frederic
Frederic
much more things to do
> Port 5000 is in use in Mac OS Monterey. You can set another port for running the app. Nevertheless, it seems to raise same error in any other port...
Hi @tbruyelle **Here are all the steps I did** ``` ● ~/workspace/cosmos/cli(develop) » git pull Already up to date. ● ~/workspace/cosmos/cli(develop) » git checkout v0.22.2 Note: switching to 'v0.22.2'. You...
In my case, this error occurs in versions v0.20.3 above MacOSX Monterey, Apple M1, go1.18.2 darwin/amd64
Thanks @tbruyelle and @ilkerkorkut . I had pull the new source code ,but after I change the GOPROXY `export GOPROXY="https://proxy.golang.org,direct"` the new error is `go: github.com/ignite/[email protected]: invalid proxy URL missing...
Thanks @tbruyelle I refer to the way you fix and delete the github.com/ignite/[email protected] required in the `go.mod.plush` file. The chain has been successfully created, but I don't know if doing...
## ignite version ``` Ignite CLI version: development Ignite CLI build date: 2022-07-18T18:43:26 Ignite CLI source hash: ffd4b499c704a4165617ed1088bc17b39d24dc57 Your OS: darwin Your arch: amd64 Your go version: go version go1.18.2...
> The chain has been successfully created, but I don't know if doing this will cause other problems. > So when does the new error occur in this case ?...
Hi @tbruyelle my steps are: ## 1. clone repo ``` ● ~/workspace/cosmos » git clone https://github.com/ignite/cli --depth=1 Cloning into 'cli'... remote: Enumerating objects: 1136, done. remote: Counting objects: 100% (1136/1136),...
Yes, there are a lot of network restrictions in my area,that's too bad. is there a way I can handle this manually?