Changes between Version 21 and Version 22 of github_molgenis
- Timestamp:
- 2012-06-29T13:58:06+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
github_molgenis
v21 v22 72 72 || '''[[BR]]2'''[ down vote] || I faced the same problem and I found out solution which is extremely foolish. [[BR]]I took following steps: [[BR]][[BR]] * I logged into ''git repository'' of my project from ''browser'' and didn't sign out.[[BR]] * I copied the '''http url''' to ''push'' or ''pull'' from project repository from ''github''.[[BR]] * I pasted the ''url'' in my ''eclipse plugin'' while pushing code (didn't use the already stored one even though both of them were same)[[BR]][[BR]]I don't know what and why but above steps have worked for me whenever I have faced above problem. I don't know why does eclipse throw such exceptions and why does it gets solved this way.[[BR]][[BR]]You can also try pushing using other ways outside of eclipse. for eg. !`TortoiseGit` or !`SmartGit` etc. || 73 73 74 75 76 == PULL FORM USER == 77 * git remote add user https://github.com/user/molgenis.git 74 == PULL FROM USER == 75 * git remote add user https://github.com/user/molgenis.git 78 76 * git remote 79 77 * git pull user master 78 79 PULL FROM molgenis/apps 80 81 * git remote add molgenis_apps https://github.com/molgenis/molgenis_apps.git 82 * git pull molgenis_apps master