CI failure at "Checkout code" step - fatal: Could not read from remote repository.
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức phù hợp với người mới
- 25/100
- Loại issue
- Lỗi
- Độ rõ ràng
- Cần làm rõ
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- git, github
- Lĩnh vực
- ci-cd
Hướng nghiên cứu
Bắt đầu với pipeline CircleCI được liên kết và logic shell checkout có trong issue. So sánh CIRCLE_REPOSITORY_URL đã cấu hình và các thiết lập SSH với lỗi khóa công khai được ghi lại, sau đó xác minh hành vi checkout của repository. Hoàn thành có nghĩa là bước mã Checkout hoàn tất thành công cho repository FirefoxColor.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Here is the end of the log:
Using SSH Config Dir '/home/circleci/.ssh'
git version 2.34.1
Cloning git repository
Cloning into '.'...
Warning: Permanently added the ECDSA host key for IP address '140.82.113.4' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
exit status 128
CircleCI received exit code 128
For the record, CIRCLE_REPOSITORY_URL=git@github.com:mozilla/FirefoxColor.git and as part of the checkout the following logic is run:
export GIT_SSH_COMMAND='ssh -i "$SSH_CONFIG_DIR/id_rsa" -o UserKnownHostsFile="$SSH_CONFIG_DIR/known_hosts"'
# use git+ssh instead of https
git config --global url."ssh://git@github.com".insteadOf "https://github.com" || true
git config --global gc.auto 0 || true
if [ -e '/home/circleci/FirefoxColor/.git' ] ; then
echo 'Fetching into existing repository'
existing_repo='true'
cd '/home/circleci/FirefoxColor'
git remote set-url origin "$CIRCLE_REPOSITORY_URL" || true
else
echo 'Cloning git repository'
existing_repo='false'
mkdir -p '/home/circleci/FirefoxColor'
cd '/home/circleci/FirefoxColor'
git clone --no-checkout "$CIRCLE_REPOSITORY_URL" .
fi
- Ngôn ngữ chính
- JavaScript
- Star
- 506
- Fork
- 100
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của mozilla/FirefoxColor
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
mozilla/FirefoxColor#1081 · 1 bình luận ·
-
does not see browser Đang mở
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 35/100
mozilla/FirefoxColor#1087 · 1 bình luận ·
-
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 35/100
mozilla/FirefoxColor#1085 · 1 bình luận ·
-
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 68/100
mozilla/FirefoxColor#1084 · 1 bình luận ·
-
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 35/100
mozilla/FirefoxColor#1083 · 1 reaction ·
Tất cả issue của mozilla/FirefoxColor
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 82/100
-
area-deployment area-integrations triage:bot-seen
Độ khó 2/5 Nửa ngày Mức phù hợp với người mới 86/100
-
Issue-Bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
sugarlabs/musicblocks#8924 ·
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 90/100
ArduPilot/ardupilot_wiki#8088 ·
-
[BUG] createTool tools cannot be registered with Mastra when exactOptionalPropertyTypes is enabled Đang mởcustomer-eng status: needs triage
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 84/100