score:1
egit doesn't recognize the repository if it doesn't end with .git extension
login to the linux server
cd to path in which you want the repository in
mkdir your_project_name.git //this will create the repository
git init --bare //this will actually initialize the git repository
clone this repository
add files in the local repo
add files to index, commit and push to master
Source: stackoverflow.com
Related Query
- Eclipse Egit using remote system to add project with git support
- How can I add current Eclipse project to git with EGit?
- How to create new project from GIT repo using Eclipse EGit
- Checking out remote source as a Java project with Eclipse using RSE
- Start using Eclipse GIT with an existing project ... project files get moved
- Using Git With Eclipse Remote Systems Explorer
- Best git structure for importing android dependent project with egit in eclipse
- How do I add an Eclipse java project with EGit to Github?
- Using a remote git resource in eclipse for a runnable java project
- Create new project with Eclipse by using GIT
- Using git eclipse project with android-studio
- Trying to git add -A with EGit inside eclipse
- Work on a remote project with Eclipse via SSH
- How do I add existing eclipse java project to git
- Can't clone remote git repository with EGit
- How do I create a remote git repository in EGit and link it to an existing Eclipse project?
- How to download/clone a new branch from my server git repository into an already created local git repository in my PC with Eclipse EGit
- Push eclipse project to GitHub with EGit
- Connect Eclipse RSE with remote Linux server using public key attained from Amazon ec2
- When pushing to remote Git repo using EGit in Eclipse, what should I choose?
- How to add "Android Design Support Library" to Eclipse with ADT-plugin?
- How to add Android libraries with resources without using Eclipse
- Eclipse egit : How to synchronize with remote repo?
- Eclipse Spring Tool Suite add dependencies using GUI after project creation
- Egit adding Eclipse project folder to git repository
- Can't add files to my repository with Eclipse EGit
- How to add existing files to project using Eclipse and PyDev
- Using putty's pagent with egit in Eclipse
- Importing git project into workspace without using egit
- Remote Debugging with JPDA won't connect to Tomcat through eclipse when using Docker-Compose
More Query from same tag
- Troubleshoot Android File Variable in Eclipse
- Intellij Maven java.lang.IllegalArgumentException: Unsupported class file major version 61 and Entity was compiled with an unsuppported JDK
- Error when creating android project in eclipse
- Why can't Android Studio sync Gradle?
- "Could not find the main class" in Java Salesforce application
- When downloading Mojarra libraries for JSF it is showing error "zip file is empty" in Eclipse
- Eclipse Plugin for custom Strg+Click hook
- Best way to extend eclipse Java project wizard?
- Eclipse complaining about android layout xml file
- How can I configure Eclipse to that it saves all opened documents whenever the Eclipse window loses focus?
- Java Constructor being called multiple times
- Eclipse regex search not returning multiple matches
- Eclipse is creating two class files
- Is it possible to ask series of questions without generate large amount of code?
- Can not get the help or documentation of eclipse while typing
- Side menu turns white when I scroll dow
- Eclipse Mars: Startup Error: UnknownHostException
- Why is jaxws-maven-plugin ignoring my .WSDL file?
- Eclipse plugin development: How to include another project?
- BIRT Reports - Traverse report elements
- No repository found in Crashlytics install for eclipse
- MavenCli output to eclipse/maven console
- Maven throwing errors during the clean command - Eclipse/Maven
- Eclipse C++ CDT Kepler not showing console output until the end of execution
- Why won't my background color change on my OpenGL Display?
- What does green dot with A in Eclipse mean?
- Eclipse JFace's Wizards
- How to invoke an aws lambda function from another aws lambda in Java?
- nothing happens when i click on any button in android
- Filter call hierarchy by source folder