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:
-
cdto the top directory of your local repository (e.g.cd bismark) -
Open
.git/configin 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 = git@github.com:bismark-devel/bismark.git
+ url = git@github.com:projectbismark/bismark.git
Run a git pull to confirm that everything is working as expected.