Re: [git-users] URL return error doing git pull

2013-07-12 Thread William Seiti Mizuta
Oscar, can you show us the content of .git/config file? William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Fri, Jul 12, 2013 at 12:54 PM, John McKown wrote: > > > On Fri, Jul 12, 2013 at 10:49 AM, John McKown < > john.archie.mck...@gmail.com> wrote: > >> I am

Re: [git-users] URL return error doing git pull

2013-07-12 Thread John McKown
On Fri, Jul 12, 2013 at 10:49 AM, John McKown wrote: > I am not an expert, but if you're repository is being accessed via HTTP:, > the 403 might be an HTTP result code. In HTTP-speak, it means "forbidden". > According to the documentation, and rendered in my own dialect, that means: > "I heard wha

Re: [git-users] URL return error doing git pull

2013-07-12 Thread John McKown
I am not an expert, but if you're repository is being accessed via HTTP:, the 403 might be an HTTP result code. In HTTP-speak, it means "forbidden". According to the documentation, and rendered in my own dialect, that means: "I heard what you said. I understand what you said. But I'm not going to d

Re: [git-users] URL return error doing git pull

2013-07-12 Thread Oscar
I did git pull origin master as you suggested and got this error: error: The requested URL returned error: 403 fatal: Couldn't find remote ref master On Friday, July 12, 2013 1:17:40 AM UTC-5, William Seiti Mizuta wrote: > > > On Fri, Jul 12, 2013 at 12:25 AM, Oscar >wrote: > >> Please >> name

Re: [git-users] URL return error doing git pull

2013-07-11 Thread William Seiti Mizuta
On Fri, Jul 12, 2013 at 12:25 AM, Oscar wrote: > Please > name which branch you want to merge on the command line and > try again (e.g. 'git pull '). > Following what git has returned, you need to tell what is the name of the repository and the branch that you want to bring. The default reposi

[git-users] URL return error doing git pull

2013-07-11 Thread Oscar
I got the following error doing git pull. How do I fix it? error: The requested URL returned error: 403 error: The requested URL returned error: 403 error: The requested URL returned error: 403 You asked me to pull without telling me which branch you want to merge with, and 'branch.master.merge' i