Skip to content

Fix a bug that causes github's login prompt to be activated#247

Merged
soimkim merged 1 commit intomainfrom
git
Jan 30, 2026
Merged

Fix a bug that causes github's login prompt to be activated#247
soimkim merged 1 commit intomainfrom
git

Conversation

@soimkim
Copy link
Contributor

@soimkim soimkim commented Jan 27, 2026

Description

Fix an issue where the prompt window (git login) would be activated when calling FL Download.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update
  • Refactoring, Maintenance
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@soimkim soimkim force-pushed the git branch 3 times, most recently from 37c2dff to 000f1e0 Compare January 30, 2026 00:38
@soimkim soimkim self-assigned this Jan 30, 2026
@soimkim soimkim added the bug fix [PR] Fix the bug label Jan 30, 2026
@soimkim soimkim changed the title Fix a bug related to download git Fix a bug that causes github's login prompt to be activated Jan 30, 2026
@soimkim
Copy link
Contributor Author

soimkim commented Jan 30, 2026

Git 옵션 설명

  • -c credential.helper=사용자/시스템에 설정된 credential helper를 이 clone에만 비활성화.
  • -c credential.helper=! : “helper 없음”을 명시해, 비밀번호/토큰 입력 창이 뜨지 않게 함.

그래서 스크립트·CI·비대화형 환경에서 credential 입력을 기다리며 멈추지 않고 의도치 않은 저장 credential을 쓰지 않으며
공개 저장소는 그냥, 비공개는 URL에 포함된 토큰 등만 쓰게 하려는 목적

@soimkim soimkim requested a review from dd-jy January 30, 2026 01:43
@soimkim soimkim merged commit a8230bd into main Jan 30, 2026
6 checks passed
@soimkim soimkim deleted the git branch January 30, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug fix [PR] Fix the bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant