작업27 CircleCI 로 내 git private repo 를 submodule로 사용하기 프로젝트의 서브 모듈로 내 계정의 private repo를 submodule로 사용하려한다. 하지만 CircleCI 빌드 시 ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 이런 에러가 발생한다. CircleCI ->Project Setting -> SSH keys 에서 User Key 를 생성하고 fingerprints 를 복사한다. 그 다음 프로젝트의 CircleCI config.yml에 steps: - add_ssh_keys: fingerprints: - "" 를 추가하면 C.. 2020. 6. 9. ubuntu 16.04 chrome이 열리지 않을 때 크롬을 실행 시켰을 때 활성화 된 표시만 뜨고 화면이 뜨질 않는다. 재부팅해도 그대로이다. 터미널에서 google-chrome을 쳤더니 [5839:5856:0604/173746.814560:ERROR:browser_process_sub_thread.cc(221)] Waited 3 ms for network service Opening in existing browser seesion.이렇게 뜬다. https://stackoverflow.com/questions/56403638/errorbrowser-process-sub-thread-cc221-waited-57-ms-for-network-service-with 보면 내부적으로 무한 루프가 돌아서 생긴다는거 같은데. https://ubuntuforums.o.. 2020. 6. 4. OpenBLAS : /usr/bin/ld: cannot find -lgfortran ✗ gfortran --version GNU Fortran (Ubuntu 5.5.0-12ubuntu1~16.04) 5.5.0 20171010 Copyright (C) 2015 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING ✗ gcc --version gcc (Ubuntu 4.8.5-4ubu.. 2020. 2. 19. 이전 1 2 3 다음