Tezos 노드를 설정하고 alphanet.sh를 실행할 때 Mac에서 Permission denied 오류를 해결하는 방법
-
-
메인 넷 또는 알파넷을 실행하려고합니까?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가 정답이기 때문에 답변으로 게시 해 주시겠습니까?Tx!@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.
Mac OS에서 Tezos 노드를 시작하려고합니다.
내가 만든 Tezos 디렉터리에서 다음을 순서대로 실행합니다.
다음과 같은 결과를 얻었습니다.
그래서 나는 달렸다 :
결과 :
원래 URL에서 curl을 시도하고 시작을 실행했지만 지금은 권한이 거부되었습니다.