HI ,
can someone please have a look in below issue .
i have added and committed the code successfully however when i try to push the code to remote i am getting below errors
first i tried to observe which remote i have already connected i got below response
C:\Users\kaush\eclipse-workspace\MavenProject16>git remote -v
origin kaushikyadav16/DitDemo (fetch)
origin kaushikyadav16/DitDemo (push)
so when i try to push the code to remote i am getting below error message
C:\Users\kaush\eclipse-workspace\MavenProject16>git push origin master
fatal: 'kaushikyadav16/DitDemo' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
i tired to remove the existing remote by using
C:\Users\kaush\eclipse-workspace\MavenProject16>git remote remove kaushikyadav16/DitDemo
fatal: No such remote: 'kaushikyadav16/DitDemo'
but i am unable to do that
so can you please help me how to connect to server
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.