Advertisement
GarbageYard

load() needs a reponame

Jun 6th, 2015
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. gc@L-DSCS022 /d/git/gitolite-admin (master)
  2. $ git status
  3. On branch master
  4. Your branch is up-to-date with 'origin/master'.
  5.  
  6. Changes not staged for commit:
  7. (use "git add <file>..." to update what will be committed)
  8. (use "git checkout -- <file>..." to discard changes in working directory)
  9.  
  10. modified: conf/gitolite.conf
  11.  
  12. no changes added to commit (use "git add" and/or "git commit -a")
  13.  
  14. gc@L-DSCS022 /d/git/gitolite-admin (master)
  15. $ git pull
  16. Already up-to-date.
  17.  
  18. gc@L-DSCS022 /d/git/gitolite-admin (master)
  19. $ git commit -m "Removed blank spaces created due to scripts while removing user's access" conf/gitolite.conf
  20. [master 3c3e6f6] Removed blank spaces created due to scripts while removing user's access
  21. 1 file changed, 9 insertions(+), 9 deletions(-)
  22.  
  23. gc@L-DSCS022 /d/git/gitolite-admin (master)
  24. $ git push origin master
  25. Counting objects: 13, done.
  26. Delta compression using up to 4 threads.
  27. Compressing objects: 100% (4/4), done.
  28. Writing objects: 100% (4/4), 483 bytes | 0 bytes/s, done.
  29. Total 4 (delta 3), reused 0 (delta 0)
  30. remote: FATAL: load() needs a reponame
  31. To ssh://gitolite@10.125.1.150:1754/gitolite-admin
  32. 48b7687..3c3e6f6 master -> master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement