# Memo

Assembled by GimunLee

# SourceTree์—์„œ git-flow ๋ฐฐํฌ ์—๋Ÿฌ

  • Error

    fatal: could not read Username for 'https://github.com': Device not configured Fatal: Could not fetch release/v1.10.0 from origin.

  • Solution

    $ cd {ํ•ด๋‹น ๋””๋ ‰ํ† ๋ฆฌ}
    $ git config credential.helper
    // osxkeychain
    $ git config credential.helper sourcetree
    $ git config credential.helper
    // sourcetree
    

# git config ํŽธ์ง‘

$ git config -e 
$ git config --global -e // global ์„ค์ • ํŽธ์ง‘
Last Updated: 8/12/2020, 1:33:42 PM