Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\jnicholas>cd ..
  5.  
  6. C:\Users>cd ..
  7.  
  8. C:\>cd wamp/www/zapprototype
  9.  
  10. C:\wamp\www\zapprototype>git push
  11. warning: push.default is unset; its implicit value is changing in
  12. Git 2.0 from 'matching' to 'simple'. To squelch this message
  13. and maintain the current behavior after the default changes, use:
  14.  
  15. git config --global push.default matching
  16.  
  17. To squelch this message and adopt the new behavior now, use:
  18.  
  19. git config --global push.default simple
  20.  
  21. When push.default is set to 'matching', git will push local branches
  22. to the remote branches that already exist with the same name.
  23.  
  24. In Git 2.0, Git will default to the more conservative 'simple'
  25. behavior, which only pushes the current branch to the corresponding
  26. remote branch that 'git pull' uses to update the current branch.
  27.  
  28. See 'git help config' and search for 'push.default' for further information.
  29. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
  30. 'current' instead of 'simple' if you sometimes use older versions of Git)
  31.  
  32. ssh: connect to host codeserver.dev.8b10f5de-334b-426c-a28a-568f94520631.drush.i
  33. n port 2222: Bad file number
  34. fatal: Could not read from remote repository.
  35.  
  36. Please make sure you have the correct access rights
  37. and the repository exists.
  38.  
  39. C:\wamp\www\zapprototype>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement