Comment résoudre la permission d'erreur refusée sur Mac lors de la configuration d'un nœud Tezos et exécutant alphanet.sh
-
-
Essayez-vous d'exécuter Mainnet ou Alphanet?Are you trying to run mainnet or alphanet ?
- 1
- 2019-02-23
- Ezy
-
Quelles sont les autorisations d'alphanet.shmaintenant?Avez-vous chmod + x après lamise àjour?What is the permissions of alphanet.sh now ? Did you chmod +x after the update ?
- 1
- 2019-02-23
- Ezy
-
Vous devezfaire `chmod + x alphanet.sh» Unefois que le script a étémis àjour,il aperdu son autorisationexécutable lorsqu'ilest remplacé.Aufait,demanièreintéressante,`alphanet.sh`et` Mainnet.sh` sont lemêmefichier,le code lit lenom dufichier àfaire différentes choses.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
-
Merci@frank,exécutant chmod ànouveau après lamise àjourThanks @Frank, running chmod again after the update
- 1
- 2019-02-23
- user435
-
@Frank Hey Frank Pouvez-vousposter cela comme réponsepuisque c'est labonne réponse?TX!@Frank hey Frank can you please post this as answer since this is the right answer ? Tx!
- 2
- 2019-02-23
- Ezy
-
1 réponses
- votes
-
- 2019-02-23
Vous aurezbesoin defaire
chmod +x alphanet.sh
ànouveau après lamise àjour du script àpartir de.alphanet.sh update_script
.Fondamentalement,lefichier aperdu son autorisationexécutable après avoir été reculé (puisque c'est unnouveaufichier!).Aufait,demanièreintéressante,alphanet.sh
etmainnet.sh
est lemêmefichier,le script lit lenom dufichier àeffectuer différentes chosestelles que la saisie d'une différence.Conteneurs 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.
J'essaie d'obtenir unnœud Tezos sur Mac OS.
aexécuté la suivanteen séquence dans un répertoire Tezos quej'ai créé:
J'aieu la sortie suivante:
Alorsj'ai couru:
et obtenu:
Essayé Curl sur l'URL d'origineet exécuter le début,mais lapermissionest refuséemaintenant.