Answers for "fatal: could not read Username for 'https://github.com': Device not configured push crontab"

0

fatal: could not read Username for 'https://github.com': Device not configured push crontab

# .git/config
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        ignorecase = true
        precomposeunicode = true
[remote "origin"]
		# change this: 
        # url = https://github.com/username/reponame.git
        # for this:
        url =  [email protected]:username/reponame.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master
Posted by: Guest on April-11-2020

Code answers related to "fatal: could not read Username for 'https://github.com': Device not configured push crontab"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language