Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 59 #107

Closed
wants to merge 5 commits into from
Closed

Fix issue 59 #107

wants to merge 5 commits into from

Conversation

chaeh03
Copy link

@chaeh03 chaeh03 commented Jul 20, 2024

Description

This PR addresses the issue of authentication errors that occur when using git clone by providing a comprehensive guide for setting up authentication using SSH keys and Personal Access Tokens (PAT).

Type of change

Please insert 'x' one of the type of change.

  • Documentation update

Related Issue

This PR is related to issue #59.

Signed-off-by: 심채현 <[email protected]>
@soimkim
Copy link
Contributor

soimkim commented Jul 22, 2024

@chaeh03 , 사용자는 private git 다운로드를 못 하는 것에 대해 문의하고 있으나 이는 FOSSLight Scanner 이 아니라 ssh key세팅을 하지 않아 로컬에서 git clone을 못하는 사항입니다. 즉, 범용적인 문제로 ssh key 세팅 방법 가이드를 FOSSLight Scanner에 추가하지 않고자 합니다.

FOSSLight Scanner는 -w로 입력 받은 링크를 git clone또는 wget합니다.
이 때, FOSSLight Util을 이용하도록 되어 있고, 이에 대해 token을 포함하여 url 입력시 private git도 다운로드 가능하게 지원하고 있습니다. : fosslight/fosslight_util#159

ex. $ fosslight_download -s "https://[email protected]/Foo/private_repo -t target_dir/"

@soimkim
Copy link
Contributor

soimkim commented Aug 3, 2024

@chaeh03 ,
하기 기능으로 다운로드 해보았으나, 버그가 있어 다운로드가 안 되네요 ㅠㅠ

ex. $ fosslight_download -s "https://[email protected]/Foo/private_repo -t target_dir/"

#59 는 가이드 제공이 아닌, FOSSLight Util > fosslight_download에서 private git을 다운로드 받는 기능을 구현 후 close가 필요합니다.

@soimkim
Copy link
Contributor

soimkim commented Aug 18, 2024

#59 는 가이드 제공이 아닌, FOSSLight Util > fosslight_download에서 private git을 다운로드 받는 기능을 구현 후 close가 필요한 건으로 본 이슈는 close합니다.

@soimkim soimkim closed this Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants