Understood, all thanks! Correctly configured a connection to a remote repository and it all worked.
Update: Details of what has been done:
- I deleted the wrong remote repository (since the git repository was physically copied from product , which is in turn tuned to another remote repository) with the
git remote rm command. - Added the correct ( product repository) remote repository with the
git remote add command. - In the file
~/.ssh/.config prescribed an alias for the product , so that each time not to enter the password when connecting to the product . - I checked the connection using the
git remote show command.