alibaba / canal

阿里巴巴 MySQL binlog 增量订阅&消费组件
Apache License 2.0
28.34k stars 7.58k forks source link

下载tar.gz包一半左右,401 Unauthorized #5227

Open changshunmin opened 1 month ago

changshunmin commented 1 month ago

Question

[root@xx canal]# wget https://github.com/alibaba/canal/releases/download/canal-1.1.8-alpha-2/canal.adapter-1.1.8-SNAPSHOT.tar.gz --2024-08-02 12:03:05-- https://github.com/alibaba/canal/releases/download/canal-1.1.8-alpha-2/canal.adapter-1.1.8-SNAPSHOT.tar.gz Resolving github.com (github.com)... 20.205.243.166 Connecting to github.com (github.com)|20.205.243.166|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/7587038/f57f96df-cfd8-435f-abd8-3d8967e2d816?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240802%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240802T040306Z&X-Amz-Expires=300&X-Amz-Signature=3b0cb3abc9a4b161c94974047d56479922f446c2c6d83fd192f76e163a868f83&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=7587038&response-content-disposition=attachment%3B%20filename%3Dcanal.adapter-1.1.8-SNAPSHOT.tar.gz&response-content-type=application%2Foctet-stream [following] --2024-08-02 12:03:06-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/7587038/f57f96df-cfd8-435f-abd8-3d8967e2d816?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240802%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240802T040306Z&X-Amz-Expires=300&X-Amz-Signature=3b0cb3abc9a4b161c94974047d56479922f446c2c6d83fd192f76e163a868f83&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=7587038&response-content-disposition=attachment%3B%20filename%3Dcanal.adapter-1.1.8-SNAPSHOT.tar.gz&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.111.133, 185.199.110.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 284947714 (272M) [application/octet-stream] Saving to: ‘canal.adapter-1.1.8-SNAPSHOT.tar.gz’

canal.adapter-1.1.8-SNAPSHOT.tar.gz 44%[==============================> ] 120.00M 215KB/s in 7m 30s

2024-08-02 12:10:37 (273 KB/s) - Connection closed at byte 125829120. Retrying.

--2024-08-02 12:10:38-- (try: 2) https://objects.githubusercontent.com/github-production-release-asset-2e65be/7587038/f57f96df-cfd8-435f-abd8-3d8967e2d816?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240802%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240802T040306Z&X-Amz-Expires=300&X-Amz-Signature=3b0cb3abc9a4b161c94974047d56479922f446c2c6d83fd192f76e163a868f83&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=7587038&response-content-disposition=attachment%3B%20filename%3Dcanal.adapter-1.1.8-SNAPSHOT.tar.gz&response-content-type=application%2Foctet-stream Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 401 Unauthorized

Username/Password Authentication Failed.

Janejyy commented 1 month ago

I met this problem as well! How did you resolve it?

changshunmin commented 4 weeks ago

I am using version 1.1.8-alpha Pre release, which can be downloaded. https://github.com/alibaba/canal/releases/download/canal-1.1.8-alpha-1/canal.admin-1.1.8-SNAPSHOT.tar.gz https://github.com/alibaba/canal/releases/download/canal-1.1.8-alpha-1/canal.deployer-1.1.8-SNAPSHOT.tar.gz

Janejyy commented 4 weeks ago

Okk, thanks !