The repo you are looking for has moved. You can now find it at https://github.com/projectbismark/bismark
If you have any local repositories configured to pull from this repository (i.e. remotes set up for bismark-devel/bismark), please do the following to update it to point at the new repository location:
-
cd
to the top directory of your local repository (e.g.cd bismark
) -
Open
.git/config
in your favorite editor and replace every instance of 'bismark-devel' with 'projectbismark', as in the following example:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
- url = [email protected]:bismark-devel/bismark.git
+ url = [email protected]:projectbismark/bismark.git
Run a git pull
to confirm that everything is working as expected.