0

I wanted to upload an android project on github and thus followed this stackoverflow's answer. But instead of success message in last, I get a message saying commit has failed and aggregate exception has occured. I searched the net but found no such case. Repository has been created and most of the project is uploaded. I want to upload rest of project but don't know how. Please help.

Community
  • 1
  • 1
gkb_1696
  • 67
  • 1
  • 2
  • 7

2 Answers2

0

If you go Settings->Version Control - > GitHub and click Test works or stop allready there ?

Mjafko
  • 151
  • 1
  • 2
  • 13
  • It gives me **connection successful** – gkb_1696 Feb 06 '17 at 12:37
  • May you post screenshot where it stops ? – Mjafko Feb 06 '17 at 12:45
  • I have not taken the screenshot first time. I think I can't redo the same process as repository is already created. My message appears at the same place where the successful message appears in the screenshot which is posted in the answer I refferred to. – gkb_1696 Feb 06 '17 at 12:56
0

Upload the Project on Git And Import The Project on Github

First Install the Git in system.

Linux Mint :-

  1. Open terminal and enter the command Like .. i. sudo apt-get install git ii. $ sudo apt-get install git Reading package lists... Done

  2. File --> New --> Github.

  • **How to Upload project on Git** [1]Upload Project :- - VCS ->> Import into version control ->> Shareproject On Github [2]Import Project :- - File ->> New ->> Project version control ->> Git ->> Git(URL) ->>Continue – Sanjay Umaraniya Mar 09 '18 at 07:52