Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. cyril@zarquon:~$ git clone ssh://git@slarti.davromaniak.eu/data/git/ltupkgs.gitCloning into ltupkgs...
  2. Enter passphrase for key '/home/cyril/.ssh/id_dsa':
  3. warning: You appear to have cloned an empty repository.
  4. cyril@zarquon:~$ ls
  5. git irclogs irssi.tar.gz ltupkgs packaging toto
  6. cyril@zarquon:~$ cd ltupkgs/
  7. cyril@zarquon:~/ltupkgs$ ls
  8. cyril@zarquon:~/ltupkgs$ vim readme
  9. cyril@zarquon:~/ltupkgs$ git add readme
  10. cyril@zarquon:~/ltupkgs$ git commit
  11. [master (root-commit) 3645b1a] kefjlkj
  12. 1 files changed, 1 insertions(+), 0 deletions(-)
  13. create mode 100644 readme
  14. cyril@zarquon:~/ltupkgs$ git push
  15. Enter passphrase for key '/home/cyril/.ssh/id_dsa':
  16. No refs in common and none specified; doing nothing.
  17. Perhaps you should specify a branch such as 'master'.
  18. fatal: The remote end hung up unexpectedly
  19. error: failed to push some refs to 'ssh://git@slarti.davromaniak.eu/data/git/ltupkgs.git'
  20. cyril@zarquon:~/ltupkgs$ cat .git/config
  21. [core]
  22. repositoryformatversion = 0
  23. filemode = true
  24. bare = false
  25. logallrefupdates = true
  26. [remote "origin"]
  27. fetch = +refs/heads/*:refs/remotes/origin/*
  28. url = ssh://git@slarti.davromaniak.eu/data/git/ltupkgs.git
  29. [branch "master"]
  30. remote = origin
  31. merge = refs/heads/master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement