how save/commit/push such network has latest version?
- i have never used version control before.
- i new visual studio 2015 (i used vs 2005).
- i vb.net developer.
- i running windows 10 , have windows 2008r2 server (not ad).
- i need keep code private , local (no cloud).
- i need have 3 developers collaborate code.
- i not fan of using command line unless absolutely have to. (gui me).
- i feel version control should integrated visual studio.
- i think code should stored on server , local (working) copy on machine.
- i believe benefit using git. (not github).
i may check out gogs or bonobo. hate java not (gitblit)
i installed git on server - although i'm not sure needed this.
- i have installed on local machine.
- i mapped shared directory (v:)
i have attempted (successfully - think) copy code repository , make few commits. thought having success using visual studio 2015 - built-it / extension
however, after attempting use/create local clone eg c:\users\my user name\source\repos making changes, commit all, attempting push following error:
"failed push remote repository. see output window more details."
output window says: "error encountered while pushing remote repository: local push doesn't (yet) support pushing non-bare repos."
i've read not sure how apply vs git push error '[remote rejected] master -> master (branch checked out)'
ps. because of specific set-up/needs i’m struggling find help. tutorial recommendations welcome.
sorry if verbose.
i had many problems trying solve this. 1 of attempting use network drive master when believe local master.
i sure of noob (even now), because may try bonobo git server. allowed me create lan based git repository on windows seem have got work.
i still think problem trying find relevant trying lacking (or looking in wrong places).
Comments
Post a Comment