My push to a remote repository doesn't work.To identify the issue, I used the following :
GIT_TRACE=2 GIT_CURL_VERBOSE=1 git push -v --set-upstream origin mybranch
Thanks to https://devopshero.wordpress.com/2013/06/19/git-trick-git_trace-1/
GIT_TRACE=2 GIT_CURL_VERBOSE=1 git push -v --set-upstream origin mybranch
Configure your project First, you need to add the following configuration in your file build.gradle (Module : app) : android { ..... andr...
No comments:
Post a Comment