project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
42 stars 24 forks source link

[Bug] Can't clone without GitHub credentials #400

Closed Haerteleric closed 2 months ago

Haerteleric commented 2 months ago

Describe the bug

I'm trying to setup a generic Matter Test-Harness. But when trying to clone the repo it needs a Git Auth.

I don't want to add a github credentials, as this is a public repo and i don't get why i have to Auth here.

The Matter Test-Harness User Manual does not mention a Git user either.

Steps to reproduce the behavior

git clone https://github.com/project-chip/certificationtool.git

Expected behavior

should work without GitHub Auth

Log files

No response

PICS file

No response

Screenshots

No response

Environment

No response

Additional Information

No response

Haerteleric commented 2 months ago

got it working... Dropped the .git from the URL. No it works without auth.

git clone https://github.com/project-chip/certification-tool
Cloning into 'certification-tool'...
remote: Enumerating objects: 1049, done.
remote: Counting objects: 100% (435/435), done.
remote: Compressing objects: 100% (198/198), done.
remote: Total 1049 (delta 316), reused 299 (delta 237), pack-reused 614 (from 1)
Receiving objects: 100% (1049/1049), 167.42 MiB | 18.42 MiB/s, done.
Resolving deltas: 100% (570/570), done.
Updating files: 100% (140/140), done.