简体   繁体   中英

android not able to commit on git

I am using android studio 1.5.1. I am using bitbucket for version control. All my files except for ExampleUnitTest.java are getting committed and added to the repository. Can anyone tell me why only this file is not able to commit. Thank you.

But from this link Checking Git Project Status I got the status.
The status is

File is scheduled for addition to the repository.

From this link File Status Highlights , the color is green.

So all you need to do a is " Checking In Files ": a new commit will be created with that ExampleUnitTest.java in it, since it is marked as "scheduled for addition".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM