Como resolver Permissão negada erro no Mac ao configurar um nó de Tezos e executar Alpanet.sh
-
-
Vocêestátentandoexecutar Mainnet ou AlphaNet?Are you trying to run mainnet or alphanet ?
- 1
- 2019-02-23
- Ezy
-
Quais são aspermissões de alfanet.sh agora?Você chmod + x após a atualização?What is the permissions of alphanet.sh now ? Did you chmod +x after the update ?
- 1
- 2019-02-23
- Ezy
-
Vocêprecisafazer `chmod + x hplanet.sh` depois que o scriptfoi atualizado,perdeu suapermissãoexecutável quando sobrescrito.Bythe way,curiosamente,'Alphanet.sh`e `mainnet.sh são omesmo arquivo,o código lê qual onome do arquivoparafazer coisas diferentes.you need to do `chmod +x alphanet.sh` after the script was updated, it lost its executable permission when overwrittened. By the way, interestingly, `alphanet.sh` and `mainnet.sh` are the same file, the code reads what the name of the file to do different things.
- 1
- 2019-02-23
- Frank
-
Obrigado @frank,executando chmodnovamente após a atualizaçãoThanks @Frank, running chmod again after the update
- 1
- 2019-02-23
- user435
-
@Frank Hey Frank Vocêpodeporfavorposteisso como resposta desde queesta é a resposta certa?TX!@Frank hey Frank can you please post this as answer since this is the right answer ? Tx!
- 2
- 2019-02-23
- Ezy
-
1 responda
- votos
-
- 2019-02-23
Vocêprecisaráfazer
chmod +x alphanet.sh
novamente após o scriptfoi atualizado apartir de.alphanet.sh update_script
.Basicamente,o arquivoperdeu suapermissãoexecutável depois de ser sobrescrito (já que é umnovo arquivo!).Apropósito,curiosamente,alphanet.sh
emainnet.sh
é omesmo arquivo,o script lê qual onome do arquivoparafazer coisas diferentes,como agarrar umRecipientes de Docker.You'll need to do
chmod +x alphanet.sh
again after the script was updated from.alphanet.sh update_script
. Basically, the file lost its executable permission after being overwrittened (since it's a whole new file!). By the way, interestingly,alphanet.sh
andmainnet.sh
are the same file, the script reads what the name of the file to do different things such as grabbing a different docker containers.
Euestoutentando obter umnótezosno Mac OS.
executei a seguinteem sequênciaem um diretório Tezos criei:
Eu recebi a seguinte saída:
Entãoeu corri:
e tem:
tentouenrolarno URL originale executar oinício,mas apermissão énegada agora.