리눅스에서 처음 설정을 하다가
repository를 잘못 설정한 것 같다.
그래서 yum 관련 명령어가 하나도 안먹었다.
해당 오류로 여기저기 뒤져봤지만 고쳐지지 않아서 간단하게 오류 메세지에 나온 해결법대로 했는데 너무 간단하게 되어버렸다.
3. Disable the repository, so yum won't use it by default. Yum will then
just ignore the repository until you permanently enable it again or use
--enablerepo for temporary usage:
yum-config-manager --disable WANdisco-git
4. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=WANdisco-git.skip_if_unavailable=true
저 두개의 명령어를 입력하니 다시 yum 명령어 사용이 가능하게 되었다.
'기타 개발관련' 카테고리의 다른 글
[AWS] Amazon-Linux에 Node.js 설치 (0) | 2020.04.08 |
---|---|
[LINUX] EC2 처음 설정 (0) | 2020.03.18 |
Jekyll(지킬) 블로그에서 Tistory로 다시 오기까지 (0) | 2019.12.15 |
리액트 네이티브 VS 플러터 (0) | 2019.07.28 |
[밑바닥부터 시작하는 딥러닝] No module named 'dataset.mnist' (0) | 2019.02.18 |
댓글