Advertisement
Guest User

Untitled

a guest
Feb 8th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. [gawel@boiboite:~/bear/seb/django-tastypie-client on master]
  2. % git remote add origin bearstech@git.bearstech.com:django-tastypie-client.git ✚
  3. [gawel@boiboite:~/bear/seb/django-tastypie-client on master]
  4. % git pull origin master ✚
  5. fatal: Couldn't find remote ref master
  6. fatal: The remote end hung up unexpectedly
  7. [gawel@boiboite:~/bear/seb/django-tastypie-client on master]
  8. % git pull 1 ↵ ✚
  9. You asked me to pull without telling me which branch you
  10. want to merge with, and 'branch.master.merge' in
  11. your configuration file does not tell me, either. Please
  12. specify which branch you want to use on the command line and
  13. try again (e.g. 'git pull <repository> <refspec>').
  14. See git-pull(1) for details.
  15.  
  16. If you often merge with the same branch, you may want to
  17. use something like the following in your configuration file:
  18. [branch "master"]
  19. remote = <nickname>
  20. merge = <remote-ref>
  21.  
  22. [remote "<nickname>"]
  23. url = <url>
  24. fetch = <refspec>
  25.  
  26. See git-config(1) for details.
  27. [gawel@boiboite:~/bear/seb/django-tastypie-client on master]
  28. % git push 1 ↵ ✚
  29. No refs in common and none specified; doing nothing.
  30. Perhaps you should specify a branch such as 'master'.
  31. fatal: The remote end hung up unexpectedly
  32. error: failed to push some refs to 'bearstech@git.bearstech.com:django-tastypie-client.git'
  33. [gawel@boiboite:~/bear/seb/django-tastypie-client on master]
  34. % git push origin master 1 ↵ ✚
  35. error: src refspec master does not match any.
  36. error: failed to push some refs to 'bearstech@git.bearstech.com:django-tastypie-client.git'
  37. [gawel@boiboite:~/bear/seb/django-tastypie-client on master]
  38. % git pull origin master 1 ↵ ✚
  39. fatal: Couldn't find remote ref master
  40. fatal: The remote end hung up unexpectedly
  41. [gawel@boiboite:~/bear/seb/django-tastypie-client on master]
  42. % git pull origin master 1 ↵ ✚
  43. remote: Counting objects: 3, done.
  44. remote: Total 3 (delta 0), reused 0 (delta 0)
  45. Unpacking objects: 100% (3/3), done.
  46. From git.bearstech.com:django-tastypie-client
  47. * branch master -> FETCH_HEAD
  48. [gawel@boiboite:~/bear/seb/django-tastypie-client on master]
  49. % ggpush
  50. Everything up-to-date
  51. [gawel@boiboite:~/bear/seb/django-tastypie-client on master]
  52. %
  53. [gawel@boiboite:~/bear/seb/django-tastypie-client on master]
  54. % ls
  55. README develop-eggs tastypie_client
  56. bin django_tastypie_client.egg-info tests
  57. db.dat parts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement