> > [remote "origin"] > fetch = +refs/heads/*:refs/remotes/origin/* > url = [email protected]:pyjamas
I changed the 'url' and now `git pull` is asking me for a password when I want to `git pull` and I'm confused. Could you please advise? Here are my newest git settings: ubuntu(~/tmp/pyjamas) jobs:0 $ git config -l user.name=Michael Yang [email protected] core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* [email protected]:pyjamas branch.master.remote=origin branch.master.merge=refs/heads/master ubuntu(~/tmp/pyjamas) jobs:0 $ cat .git/config [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = [email protected]:pyjamas [branch "master"] remote = origin merge = refs/heads/master

