Git push error in localhost -
hello have worked on project , want force code local git repo, have pushed code or changes couple of times without error today when give command. linux operating scheme ubuntu
git force origin develop i next error
connection closed ::1 fatal: remote end hung unexpectedly this info git config
git config --list alias.l=log --pretty=oneline -n 20 --graph alias.s=status -s alias.d=diff --patch-with-stat alias.p=!git pull; git submodule foreach git pull origin master alias.c=clone --recursive alias.ca=!git add together -a && git commit -av alias.go=checkout -b alias.tags=tag -l alias.branches=branch -a alias.remotes=remote -v alias.credit=!f() { git commit --amend --author "$1 <$2>" -c head; }; f alias.reb=!r() { git rebase -i head~$1; }; r alias.undopush=push -f origin head^:master apply.whitespace=fix core.excludesfile=~/.gitignore core.attributesfile=~/.gitattributes core.whitespace=space-before-tab,indent-with-non-tab,trailing-space core.autocrlf=input core.editor=vi color.ui=auto color.branch.current=yellow reverse color.branch.local=yellow color.branch.remote=green color.diff.meta=yellow bold color.diff.frag=magenta bold color.diff.old=red bold color.diff.new=green bold color.status.added=yellow color.status.changed=green color.status.untracked=cyan merge.log=true branch.master.remote=origin branch.master.merge=refs/heads/master url.git@github.com:.insteadof=gh: url.git@github.com:.pushinsteadof=github: url.git@github.com:.pushinsteadof=git://github.com/ url.git://github.com/.insteadof=github: url.git@gist.github.com:.insteadof=gst: url.git@gist.github.com:.pushinsteadof=gist: url.git@gist.github.com:.pushinsteadof=git://gist.github.com/ url.git://gist.github.com/.insteadof=gist: user.name=pradeep rajvanshi user.email=pradeep@gsmicrosystems.com github.user=username github.token=0123456789yourf0123456789token core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true remote.origin.url=git@localhost:lms.git remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* please guide me. give thanks you.
your origin remote set ssh access on local machine, apparently has no ssh daemon running. if want force local repository (why that?) can without ssh, setting remote point straight local filesystem.
git push
No comments:
Post a Comment