The name of the repository. If it contains slash, encode it with URL encoding. e.g. a/b -> a%252Fb ` a/b -> a%252Fb` This is not correct It should be replaces with just %F2 ` a/b -> a%2Fb`