我們有一個Android Studio項目,我們可以在其上進行協作。 一位同事設置了一個bintray.com來在我們的android studio項目中收集所有必需的庫。我們都有我們的帳戶,我們已經在gradle.properties
文件中設置了我們的bintray API密鑰和相應的github用戶名。對他來說,它工作正常,他得到上傳的庫,如test-1.0.0.pom
;但我不知道。Bintray響應與錯誤代碼409衝突
相反,我得到
Error:Could not GET ' https://oss.jfrog.org/artifactory/oss-snapshot-local/xxx/yyy/zzz/1.0.0/test-1.0.0.pom '. Received status code 409 from server: Conflict Enable Gradle 'offline mode' and sync project
Gradle sync failed: Could not GET ' https://oss . ... with very same error message
所以我與服務器相沖突?我究竟做錯了什麼?