Git note resolves an issue where eclipse cannot submit files such as Jars

Source: Internet
Author: User
Tags java web using git

Today, I managed a Java Web project with Git, because it's a Web project, so I'm going to upload the jar file (this project is not using MAVEN management), and I've been using git commit and push, which means you can't see the jar file upload on the server. The jar file in the eclipse environment still has a question mark (? )


Workaround: Locate the project where the. Gitignore (for hidden files), open

*.class# Mobile Tools for Java (J2ME). mtj.tmp/# package Files #*.jar*.war*.ear# Vsan crash logs, see http://www . java.com/en/download/help/error_hotspot.xmlhs_err_pid*/build

See the above-mentioned jar is also on the above, the project by default ignore this file off, Remove *.jar this option to ...

Another commit push will have ....

Git note resolves an issue where eclipse cannot submit files such as Jars

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.