Hi, I want to clone private repo using this code below. We are getting Github token from Github authentication. git_url = "https://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:x-oauth-basic@github.com/kashiftufail/fashi.git" path = Rails.root.join('tmp','clone',"300") g = Git.clone(git_url, "test", path: path) g = Git.clone(git_url) but this code i have gotten this error. Write access to repository not granted. fatal: unable to access 'https://github.com/kashiftufail/fashi.git/': The requested URL returned error: 403 Any help plz. Thanks