go-ethereum 관련
1、Install on Ubuntu via PPAs
https://ethereum.github.io/go-ethereum/install/
Cannot add PPA:'ppa:~ethereum/ubuntu/ethereum'을 만나세요.ERROR: '~ethereum' user or team does not exist.어떡하지?https://blog.fazero.me/2015/09/15/%E8%AE%A9%E7%BB%88%E7%AB%AF%E8%B5%B0%E4%BB%A3%E7%90%86%E7%9A%84%E5%87%A0%E7%A7%8D%E6%96%B9%E6%B3%95/
linux@ubuntu:~$ sudo add-apt-repository -y ppa:ethereum/ethereum
[sudo] password for linux:
Cannot add PPA: 'ppa:~ethereum/ubuntu/ethereum'.
ERROR: '~ethereum' user or team does not exist.
linux@ubuntu:~$
linux@ubuntu:~$
linux@ubuntu:~$
linux@ubuntu:~$
linux@ubuntu:~$ export http_proxy="socks5://127.0.0.1:1080"
linux@ubuntu:~$ export https_proxy="socks5://127.0.0.1:1080"
linux@ubuntu:~$ export ALL_PROXY=socks5://127.0.0.1:1080
linux@ubuntu:~$
linux@ubuntu:~$
linux@ubuntu:~$ sudo add-apt-repository -y ppa:ethereum/ethereum
gpg: keyring `/tmp/tmphzp21ra2/secring.gpg' created
gpg: keyring `/tmp/tmphzp21ra2/pubring.gpg' created
gpg: requesting key 923F6CA9 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmphzp21ra2/trustdb.gpg: trustdb created
gpg: key 923F6CA9: public key "Launchpad PPA for Ethereum" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.