안녕하세요, 텔레칩스 RAPA 2기 교육생입니다.
매뉴얼 2. Build Guide에 나온대로
$ repo init -u git@github.com:topst-development/Backup-manifest.git -b master -m tcc750x_linux_topst_ai.xml
를 실행하려고 했으나 권한 문제로 빌드할 수 없습니다.
권한 등록이 가능할까요?
안녕하세요.
메일을 알려주시면 권한 키를 메일로 송부 드리겠습니다.
감사합니다!
lees13579@naver.com
입니다.!
관련하여 메일 송부 드렸습니다.
확인 부탁드립니다.
감사합니다.
ssh 키 메일로 수신하였습니다. 감사합니다.
하지만
TOPST >>
2.3.1 Get TOPST AI with Git >>
$ repo init -u git@github.com:topst-development/Backup-manifest.git -b master -m tcc750x_linux_topst_ai.xml
에 있는 Backup-manifest
레포지토리가 존재하지 않는 것 같습니다.
확인 부탁드립니다.!
ssh 키 메일로 수신하였습니다. 감사합니다.
하지만
TOPST >>
2.3.1 Get TOPST AI with Git >>
$ repo init -u git@github.com:topst-development/Backup-manifest.git -b master -m tcc750x_linux_topst_ai.xml
에 있는 Backup-manifest
레포지토리가 존재하지 않는 것 같습니다.
확인 부탁드립니다.!
안녕하세요.
답변이 늦어진 점 죄송합니다.
해당 레포지토리는 존재하며, 공유 주신 아래 명령어 동작에 이상이 없는 것을 확인하였습니다.
명령어 실행 시 자세한 에러 로그 공유 부탁드립니다.
감사합니다.
답변 감사합니다.
에러 로그는 다음과 같습니다.
user1@LENOVO-ThinkPad8070:~$ repo init -u git@github.com:topst-development/Backup-manifest.git -b master -m tcc750x_linux_topst_ai.xml
Downloading Repo source from https://gerrit.googlesource.com/git-repo
remote: Counting objects: 142, done
remote: Finding sources: 100% (8/8)
remote: Total 8 (delta 1), reused 8 (delta 1)
Unpacking objects: 100% (8/8), 29.39 KiB | 654.00 KiB/s, done.
manifests:
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
manifests: sleeping 4.0 seconds before retrying
fatal: cannot obtain manifest git@github.com:topst-development/Backup-manifest.git
================================================================================
Repo command failed: UpdateManifestError
Unable to sync manifest tcc750x_linux_topst_ai.xml
user1@LENOVO-ThinkPad8070:~$ ssh -T git@github.com
Hi baeslee! You've successfully authenticated, but GitHub does not provide shell access.
user1@LENOVO-ThinkPad8070:~$ git clone git@github.com:topst-development/Backup-manifest.git
Cloning into 'Backup-manifest'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
설정하신 ~/.gitconfig와 ~/.ssh/config 파일 내용 공유 부탁드립니다.
gitconfig와 ssh/config는 다음과 같습니다.
.gitconfig
user1@LENOVO-ThinkPad8070:~$ cat .gitconfig
[user]
email = "lees13579@naver.com"
name = baeslee
[color]
ui = auto
.ssh/config
user1@LENOVO-ThinkPad8070:~/.ssh$ ls
config id_rsa id_rsa.pub known_hosts
user1@LENOVO-ThinkPad8070:~/.ssh$ cat config
Host github.com
User git
HostName github.com
IdentityFile ~/.ssh/id_rsa
설정해주신 id_rsa 파일은 공유드린 ssh-key가 맞으실까요?
공유드린 파일을 ~/.ssh/에 복사를 하고
config파일의 IdentityFile 뒤에 복사한 파일명으로 입력 부탁드립니다.
감사합니다.
해결되었습니다. 도움 주셔서 감사합니다!
넵! 해결되어서 다행입니다. 감사합니다!!