Hi NA,
I'd suggest to delete your current version and do a
reinstallation (i.e. create a new clone) according to the
installation instructions.
Best
Thomas
Unsubscribe
It appears that you have subscribed to commercial messages from this sender. To stop receiving such messages from this sender, please unsubscribe
--
---
You received this message because you are subscribed to the Google Groups "COBRA Toolbox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cobra-toolbo...@googlegroups.com.
For more options, visit http://secure-web.cisco.com/1SFV9ubP7ePgu4o_gBWR7hzKippw3K05zPdijP93mjVNfu-uUUkxmKVUSU0khYXOPOcEcvSmpM51ZgSMl19N1OC5b9G0swOctYddRegJ1eiSBT8GM6vd14I409bVe1SYIiYUYmHFCXvMuY36RMRtxaAGQehaF5dz9kx3QotukgcDFc0dszp2YFjIe5R1nynVkel6Fr74OTG2v-h_TrCmAd1M3M1XLLV11mV49UxW_1L-Uj16QEj3uMQ2j0fS2MpH1GmV4DPEslNtY45B3lPdzj7haMdH5KCXhRY0ZldQZiO5b2ZOdHe_FygD9c7GoGOZjxZtDjN1BFnTOON4Gbn0Hk6heMKw7aNdE6aNu9Y__kMslCSNK_b2sM3rcoqm9ap8-4z5UKAamahIj7xJXKvHknw/l34%3Ahttps%3A%2F%2Fgroups.google.com%2Fd%2Foptoute.
-- Université du Luxembourg Faculté des Sciences, de la Technologie et de la Communication Campus Belval, Biotech II 115 6 avenue du Swing L-4367 Belvaux Tel: (+352) 46 66 44 5309 Email: thoma...@uni.lu
Hi NA,
I'd suggest to delete your current version and do a reinstallation (i.e. create a new clone) according to the installation instructions.
Best
Thomas
On 2018-04-25 14:54, NA wrote:
Unsubscribe
It appears that you have subscribed to commercial messages from this sender. To stop receiving such messages from this sender, please unsubscribe
hi,--A problem about update The COBRA Toolbox :“There are 5883 new commit(s) on <master> and 0 new commit(s) on <develop> [f0b7a8 @ master]You can update The COBRA Toolbox by running updateCobraToolbox() (from within MATLAB).”But when i runn ‘updateCobraToolbox() ‘,’it always happen some errors,what should i do?
---
You received this message because you are subscribed to the Google Groups "COBRA Toolbox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cobra-toolbox+unsubscribe@googlegroups.com.
Hi NA,
Given the message you supplied (master behind by 5883 new
commits), I'm pretty sure, that you did not do a full reinstall of
the toolbox.
The only other method I, besides a proper reinstall, would be to
use git commands. In a console switch to your cobra toolbox
directory.
In that directory do:
git remote -v
You should see something like:
origin g...@github.com:tpfau/cobratoolbox.git (fetch)
origin g...@github.com:tpfau/cobratoolbox.git (push)
upstream https://github.com/opencobra/cobratoolbox.git (fetch)
upstream https://github.com/opencobra/cobratoolbox.git (push)
or:
origin https://github.com/opencobra/cobratoolbox.git (fetch)
origin https://github.com/opencobra/cobratoolbox.git (push)
To unsubscribe from this group and stop receiving emails from it, send an email to cobra-toolbo...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Liuyw,
You seem to have modified files in the toolbox. If you want to
keep using those changes I would suggest to have a look at the
DevTools ( https://github.com/opencobra/MATLAB.devTools ).
If you don't want to keep those changes, you could go to a
console/terminal, navigate to your cobratoolbox folder and do the
following:
To determine, which files you modified run:
$git status
If you don't want to keep those changes, you can run:
$git stash
However this will remove all changes you made to your local copy, and they cannot be retrieved after the command, so be careful and backup any modified fies for which you want to keep the modifications.
Best
Thomas
Unsubscribe
It appears that you have subscribed to commercial messages from this sender. To stop receiving such messages from this sender, please unsubscribe
hi,
--
---
You received this message because you are subscribed to the Google Groups "COBRA Toolbox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cobra-toolbo...@googlegroups.com.