eclipse - How can I push project in specific folder in my GitHub repository? -
i have created new repository in github named "epamcourses2015". next created folder within named "homeworks". there 1 uri "https://github.com/username/epamcourses2015.git"
, in egit plugin in eclipse added "homeworks" myself, "https://github.com/username/epamcourses2015.git/homeworks"
gives me error when add in ref mappings:
transport error: cannot remote repository refs. https://github.com/username/epamcourses2015.git/homeworks: https://github.com/username/epamcourses2015.git/homeworks/info/refs?service=git-upload-pack not found
any 1 can tell me please, how can push projects separate folder in github repository?
github isn't designed used really, can clone , push parent repository github , subrepositories not supported.
you should clone epamcourses2015 repository, add homeworks folder that, commit , push github
if wish inside eclipse, clone epamcourses2015 repository , create homeworks project inside folder, eclipse should automatically detect parent repository , allow add it
Comments
Post a Comment