Unable to push code to git remote -
I am trying to connect remote using Remote from remote and trying to reach that remote, but I am getting the following errors:
/ P>
Fatal: 'adoshi_01': unable to chidir or does not have a git archive
and deadly: remote end In the unexpectedly kept
<
the steps were followed:
- Firstly, from
git / repos / scripts
Code> home / adoshi / repos / scripts After doing thisDevs / adoshi watched There were no entries for the folder and script and I am still wondering why - I then used the
git add Attempted to add files using
- , then
git commit -am "expanded message"
-
git remote Remote added using adoshi_01 git01.dev:/home/git/devs/adoshi/scripts/
- The thing to note is thatis not a script folder in git01
< Li> tried to use git push adoshi_git01 master - but I got an error again
I think the main issue here at = 0 < Code> git01.dev:/home/git/devs/adoshi/ , " script
" f The folder was not created even when I cloned it in 1 still wondering what could be the reason for it
Any guidance will be highly appreciated
git-push
will not create a repository at the other end Suppose you have Sheet access to git01.dev
, first create a coconut repository to hold your public repository:
ssh git01. Dev git init --bare / home / git / devs / adoshi / scripts.git
Clone a shared repo now:
git clone git01.dev Now go to your clone repo and press it in your new bare registrar: cd script GIT Remote AdOSI_01 git01.dev:/home/git/devs/adoshi/scripts.git git push --all adoshi_01
Comments
Post a Comment