Posts by André Leal • 41 points
3 posts
-
0
votes2
answers204
viewsA: jQuery animation before form submission
Clicking "Yours" is not executing this code. The code that is running is: $('#formName').click(function(){ $(this).css({ "text-decoration": (underline = !underline) ? "none" : "underline" })…
-
2
votes1
answer313
viewsA: Certified problems using GIT in https
I’ve already found the solution. Just disable certificate validation on the GIT client, in this case on Sourcetree
-
2
votes1
answer313
viewsQ: Certified problems using GIT in https
The GIT repositories I’m accessing are now only available in HTTPS. However when I try to access the repository, I get the following error: git -c diff.mnemonicprefix=false -c core.quotepath=false…