| 1 | == problem with importing cohort == |
| 2 | in bbmri catalogu e: the proble was that an instiotute name contained a "+" caracter that made importer "angry" . Substitute + with and and wokrs fine. aditional proble is taht a lot of institutes wehre missing which is weird because both cohorts list and institute list wher downloaded from the live production server . I updfate the liust locally so the latest version of the Institute list is liocally not on live server . |
| 3 | |
| 4 | == Problem with git update . == |
| 5 | I have commited but my commits are not listed on the https://github.com/antonak/molgenis_apps/commits/master |
| 6 | |
| 7 | Aditionnal proble :?; could not update(pull) from molgenis_apps : |
| 8 | |
| 9 | git pull molgenis_apps testing |
| 10 | |
| 11 | fatal: 'molgenis_apps' does not appear to be a git repository |
| 12 | |
| 13 | fatal: The remote end hung up unexpectedly |
| 14 | |
| 15 | So I added : git remote add molgenis_apps !https://github.com/molgenis/molgenis_apps |
| 16 | |
| 17 | and git pull molgenis_apps testing |
| 18 | |
| 19 | From !https://github.com/molgenis/molgenis_apps |
| 20 | |
| 21 | * branch testing -> FETCH_HEAD |
| 22 | |
| 23 | Already up-to-date. |
| 24 | |
| 25 | works. But my commits still not seen in commit list in website . besides my username does not appear any more in teh network. I am not sure what is missing . |
| 26 | |
| 27 | |