Как устранить ошибку Permission denied на Mac при настройке узла Tezos и запуске alphanet.sh
-
-
Вы пытаетесь запуститьmainnet или alphanet?Are you trying to run mainnet or alphanet ?
- 1
- 2019-02-23
- Ezy
-
Какие сейчас разрешения у alphanet.sh?Вы chmod + x после обновления сделали?What is the permissions of alphanet.sh now ? Did you chmod +x after the update ?
- 1
- 2019-02-23
- Ezy
-
вам нужно выполнить `chmod + x alphanet.sh` после того,как скрипт был обновлен,он потерял свои права на выполнение при перезаписи.Кстати,что интересно,`alphanet.sh` и`mainnet.sh` - это один и тот же файл,код читает,что имя файла делает разные вещи.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
-
Спасибо @Frank,снова запустил chmod после обновленияThanks @Frank, running chmod again after the update
- 1
- 2019-02-23
- user435
-
@Frank,эй,Фрэнк,не могли бы вы опубликовать это как ответ,так как это правильный ответ?Тх!@Frank hey Frank can you please post this as answer since this is the right answer ? Tx!
- 2
- 2019-02-23
- Ezy
-
1 ответ
- голосов
-
- 2019-02-23
Вам нужно будет снова выполнить
chmod +x alphanet.sh
после обновления скрипта из.alphanet.sh update_script
.По сути,файл потерял свои права на исполнение после перезаписи (поскольку это совершенно новый файл!).Кстати,что интересно,alphanet.sh
иmainnet.sh
- это один и тот же файл,скрипт читает,какое имя файла,чтобы делать разные вещи,такие как захват другогоконтейнеры докеров.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.
Я пытаюсь установить узел Tezos в Mac OS.
Выполнить в созданном мной каталоге Tezos последовательно следующее:
Я получил следующий результат:
Итак,я побежал:
И получил:
Пытался выполнить curl для исходного URL-адреса и запустить запуск,но сейчас в разрешении отказано.