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

2013-07-12 Thread William Seiti Mizuta
On Fri, Jul 12, 2013 at 12:25 AM, Oscar oscarj...@gmail.com wrote:

  Please
 name which branch you want to merge on the command line and
 try again (e.g. 'git pull repository refspec').


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 repository
name is origin and if you want to update the master branch from your
repository, then you need to use the following command: git pull origin
master.


William Seiti Mizuta
@williammizuta
Caelum | Ensino e Inovação
www.caelum.com.br

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 osca...@gmail.com 
 javascript:wrote:

  Please
 name which branch you want to merge on the command line and
 try again (e.g. 'git pull repository refspec').


 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 repository 
 name is origin and if you want to update the master branch from your 
 repository, then you need to use the following command: git pull origin 
 master.


 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br
  

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 do
it, so there! One example from a normal web browser is when you put in the
name of a directory instead of an actual page, and directory browsing is
disabled.

what does git remote -v say?

On Fri, Jul 12, 2013 at 9:20 AM, Oscar oscarj...@gmail.com wrote:

 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 osca...@gmail.com wrote:

  Please
 name which branch you want to merge on the command line and
 try again (e.g. 'git pull repository refspec').


 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 repository
 name is origin and if you want to update the master branch from your
 repository, then you need to use the following command: git pull origin
 master.


 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br

  --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
This is a test of the Emergency Broadcast System. If this had been an
actual emergency, do you really think we'd stick around to tell you?

Maranatha! 
John McKown

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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
john.archie.mck...@gmail.comwrote:

 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 do
 it, so there! One example from a normal web browser is when you put in the
 name of a directory instead of an actual page, and directory browsing is
 disabled.

 what does git remote -v say?


 On Fri, Jul 12, 2013 at 9:20 AM, Oscar oscarj...@gmail.com wrote:

 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 osca...@gmail.com wrote:

  Please
 name which branch you want to merge on the command line and
 try again (e.g. 'git pull repository refspec').


 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
 repository name is origin and if you want to update the master branch from
 your repository, then you need to use the following command: git pull
 origin master.


 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br

  --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.






 --
 This is a test of the Emergency Broadcast System. If this had been an
 actual emergency, do you really think we'd stick around to tell you?

 Maranatha! 
 John McKown




-- 
This is a test of the Emergency Broadcast System. If this had been an
actual emergency, do you really think we'd stick around to tell you?

Maranatha! 
John McKown

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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
john.archie.mck...@gmail.comwrote:



 On Fri, Jul 12, 2013 at 10:49 AM, John McKown 
 john.archie.mck...@gmail.com 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 what you said. I understand what you said. But I'm not going to do
 it, so there! One example from a normal web browser is when you put in the
 name of a directory instead of an actual page, and directory browsing is
 disabled.

 what does git remote -v say?


 On Fri, Jul 12, 2013 at 9:20 AM, Oscar oscarj...@gmail.com wrote:

 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 osca...@gmail.com wrote:

  Please
 name which branch you want to merge on the command line and
 try again (e.g. 'git pull repository refspec').


 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
 repository name is origin and if you want to update the master branch from
 your repository, then you need to use the following command: git pull
 origin master.


 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br

  --
 You received this message because you are subscribed to the Google
 Groups Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.






 --
 This is a test of the Emergency Broadcast System. If this had been an
 actual emergency, do you really think we'd stick around to tell you?

 Maranatha! 
 John McKown




 --
 This is a test of the Emergency Broadcast System. If this had been an
 actual emergency, do you really think we'd stick around to tell you?

 Maranatha! 
 John McKown

 --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.